From da0818b8a5c563c2e51d29dc76663ec1fa0efa90 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Mon, 4 Apr 2016 16:51:21 +0000 Subject: [PATCH] clarified difference to array_intersect() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338914 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-intersect-assoc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-intersect-assoc.xml b/reference/array/functions/array-intersect-assoc.xml index 4e20d54d6b..718f4196e3 100644 --- a/reference/array/functions/array-intersect-assoc.xml +++ b/reference/array/functions/array-intersect-assoc.xml @@ -17,7 +17,7 @@ array_intersect_assoc returns an array containing all the values of array1 - that are present in all the arguments. Note that the keys are used in + that are present in all the arguments. Note that the keys are also used in the comparison unlike in array_intersect.