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