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:
Chris Wright 2013-11-18 18:17:02 +00:00
parent 99cec05cd4
commit bfee3967e8

View file

@ -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.