From bfee3967e880f7951b1d68f2c9948715d573b3e7 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Mon, 18 Nov 2013 18:17:02 +0000 Subject: [PATCH] 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 --- reference/array/functions/array-replace.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-replace.xml b/reference/array/functions/array-replace.xml index 2314c5b599..9bef7fb71e 100644 --- a/reference/array/functions/array-replace.xml +++ b/reference/array/functions/array-replace.xml @@ -15,7 +15,7 @@ array_replace replaces the values of - array1 with the same values from all the following + array1 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.