From aaf3c8054b879ec6adef45b213d78f7897f2f9dd Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 21:06:58 +0000 Subject: [PATCH] Terminology (bug #49834) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290698 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-diff-key.xml | 3 ++- reference/array/functions/array-intersect-key.xml | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/array/functions/array-diff-key.xml b/reference/array/functions/array-diff-key.xml index 23e915a3d6..d38ecd6048 100644 --- a/reference/array/functions/array-diff-key.xml +++ b/reference/array/functions/array-diff-key.xml @@ -62,7 +62,8 @@ &reftitle.returnvalues; Returns an array containing all the entries from - array1 that are not present in any of the other arrays. + array1 whose keys are not present in any of the + other arrays. diff --git a/reference/array/functions/array-intersect-key.xml b/reference/array/functions/array-intersect-key.xml index 21042bcb9f..626eb6dd13 100644 --- a/reference/array/functions/array-intersect-key.xml +++ b/reference/array/functions/array-intersect-key.xml @@ -16,8 +16,8 @@ array_intersect_key returns an array - containing all the values of array1 - which have matching keys that are present in all the arguments. + containing all the entries of array1 + which have keys that are present in all the arguments. @@ -56,8 +56,8 @@ &reftitle.returnvalues; - Returns an associative array containing all the values of - array1 which have matching keys that are present in all + Returns an associative array containing all the entries of + array1 which have keys that are present in all arguments.