mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarified description of array_replace() behaviour
-- Provided by anonymous 26427 () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332158 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
99cec05cd4
commit
bfee3967e8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>array_replace</function> replaces the values of
|
||||
<parameter>array1</parameter> with the same values from all the following
|
||||
<parameter>array1</parameter> with values having the same keys in each of the following
|
||||
arrays. If a key from the first array exists in the second array, its value
|
||||
will be replaced by the value from the second array. If the key exists in the
|
||||
second array, and not the first, it will be created in the first array.
|
||||
|
|
Loading…
Reference in a new issue