From 0e2cf71a18c9a356dee573dd204ee3a1300c56a7 Mon Sep 17 00:00:00 2001 From: Leszek Krupinski Date: Thu, 24 Feb 2005 10:52:11 +0000 Subject: [PATCH] - removed paragraph that does not comply to that function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180659 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-diff-ukey.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/reference/array/functions/array-diff-ukey.xml b/reference/array/functions/array-diff-ukey.xml index 50b1af507c..c6ef699f27 100644 --- a/reference/array/functions/array-diff-ukey.xml +++ b/reference/array/functions/array-diff-ukey.xml @@ -1,5 +1,5 @@ - + array_diff_ukey @@ -64,13 +64,6 @@ array(2) { - - The two keys from the key => value pairs are - considered equal only if - (string) $key1 === (string) $key2 . In other words - a strict type check is executed so the string representation must be - the same. - Please note that this function only checks one dimension of a n-dimensional