leszek          Thu Feb 24 05:52:12 2005 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        array-diff-ukey.xml 
  Log:
  - removed paragraph that does not comply to that function
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-ukey.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/array/functions/array-diff-ukey.xml
diff -u phpdoc/en/reference/array/functions/array-diff-ukey.xml:1.2 
phpdoc/en/reference/array/functions/array-diff-ukey.xml:1.3
--- phpdoc/en/reference/array/functions/array-diff-ukey.xml:1.2 Mon Nov  1 
07:39:23 2004
+++ phpdoc/en/reference/array/functions/array-diff-ukey.xml     Thu Feb 24 
05:52:11 2005
@@ -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 @@
       </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

Reply via email to