[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-diff.xml From: Sebastian Nohn (sebastian <email protected>)
Date: 07/30/02

nohn Tue Jul 30 17:11:51 2002 EDT

  Modified files:
    /phpdoc/en/reference/array/functions array-diff.xml
  Log:
  Fixing bug #18649
  
  
Index: phpdoc/en/reference/array/functions/array-diff.xml
diff -u phpdoc/en/reference/array/functions/array-diff.xml:1.4 phpdoc/en/reference/array/functions/array-diff.xml:1.5
--- phpdoc/en/reference/array/functions/array-diff.xml:1.4 Sun May 12 04:19:28 2002
+++ phpdoc/en/reference/array/functions/array-diff.xml Tue Jul 30 17:11:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
   <refentry id="function.array-diff">
    <refnamediv>
@@ -43,6 +43,13 @@
       <literal>(string) $elem1 === (string) $elem2</literal>. In words:
       when the string representation is the same.
       <!-- TODO: example of it... -->
+ </simpara>
+ </note>
+ <note>
+ <simpara>
+ Please note that this function only checks one dimension of a n-dimensional
+ array. Of course you can check deeper dimensions by using
+ <literal>array_diff($array1[0], $array2[0]);</literal>.
      </simpara>
     </note>
     <warning>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php