From 028a5aff9c676c03851e28d1e025313146b7c36e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Aug 2007 02:03:58 +0000 Subject: [PATCH] Plus doesn't overwrite keys (bug #42323) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241382 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-merge.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-merge.xml b/reference/array/functions/array-merge.xml index 60cb05cbeb..35aa8a7d3e 100644 --- a/reference/array/functions/array-merge.xml +++ b/reference/array/functions/array-merge.xml @@ -1,5 +1,5 @@ - + @@ -85,7 +85,8 @@ Array If you want to completely preserve the arrays and just want to append - them to each other, use the + operator: + them to each other (not overwriting the previous keys), use the + + operator: