[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/array/functions/_array-replace.xml?=
From:       Chris_Wright <daverandom () php ! net>
Date:       2013-11-18 18:17:02
Message-ID: svn-daverandom-1384798622-332158-387741568 () svn ! php ! net
[Download RAW message or body]

daverandom                               Mon, 18 Nov 2013 18:17:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=332158

Log:
Clarified description of array_replace() behaviour

--
Provided by anonymous 26427 ()

Changed paths:
    U   phpdoc/en/trunk/reference/array/functions/array-replace.xml

Modified: phpdoc/en/trunk/reference/array/functions/array-replace.xml
===================================================================
--- phpdoc/en/trunk/reference/array/functions/array-replace.xml	2013-11-18 18:11:43 UTC (rev 332157)
+++ phpdoc/en/trunk/reference/array/functions/array-replace.xml	2013-11-18 18:17:02 UTC (rev 332158)
@@ -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.



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic