search
HomeBackend DevelopmentPHP ProblemHow to modify the values ​​in a two-dimensional array in php?

How to modify the values ​​in a two-dimensional array in php?

Jul 24, 2020 pm 01:53 PM
phpTwo-dimensional arrayvalue

php method to modify the value in a two-dimensional array: 1. Modify through the [for($i = 0; $i

How to modify the values ​​in a two-dimensional array in php?

php method to modify the value in the two-dimensional array:

1. The two-dimensional array can be passed for($i = 0; $i This form of modification

Instance code:

// 修改 二维数组中的 name为 Getchar
$users = array(
    array('name' => 'GetcharZp', 'age' => 19),
    array('name' => 'Mcx', 'age' => 18)
);
for ($i = 0; $i < count($users); ++ $i) {
    $users[$i][&#39;name&#39;] = &#39;Getchar&#39;;
}
print_r($users);

2. Two-dimensional array also You can modify the example code in the form of

foreach($users as &$user)

// 修改 二维数组中的 name为 Getchar
$users = array(
    array(&#39;name&#39; => &#39;GetcharZp&#39;, &#39;age&#39; => 19),
    array(&#39;name&#39; => &#39;Mcx&#39;, &#39;age&#39; => 18)
);
foreach ($users as &$user) {
    $user[&#39;name&#39;] = &#39;Getchar&#39;;
}
unset($user); // 销毁掉 user 引用
print_r($users);

Related learning recommendations: Getting Started with PHP Programming To master

The above is the detailed content of How to modify the values ​​in a two-dimensional array in php?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version