- 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
This commit is contained in:
Leszek Krupinski 2005-02-24 10:52:11 +00:00
parent 47615e4e24
commit 0e2cf71a18

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.array-diff-ukey">
<refnamediv>
<refname>array_diff_ukey</refname>
@ -64,13 +64,6 @@ array(2) {
</screen>
</example>
</para>
<simpara>
The two keys from the <literal>key =&gt; value</literal> pairs are
considered equal only if
<literal>(string) $key1 === (string) $key2 </literal>. In other words
a strict type check is executed so the string representation must be
the same.
</simpara>
<note>
<simpara>
Please note that this function only checks one dimension of a n-dimensional