dave            Tue Jul 27 00:28:31 2004 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        array-intersect-uassoc.xml 
  Log:
  - s/function/functions/, move a para around and add some see alsos.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-intersect-uassoc.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/array/functions/array-intersect-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.1 
phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.2
--- phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.1  Mon Jul 26 
06:08:51 2004
+++ phpdoc/en/reference/array/functions/array-intersect-uassoc.xml      Tue Jul 27 
00:28:31 2004
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.array-intersect-uassoc">
    <refnamediv>
     <refname>array_intersect_uassoc</refname>
-    <refpurpose>Computes the intersection of arrays with additional index check. The 
indexes are compared by using a callback functions.</refpurpose>
+    <refpurpose>Computes the intersection of arrays with additional index check. The 
indexes are compared by using a callback function</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -19,7 +19,12 @@
      containing all the values of <parameter>array1</parameter>
      that are present in all the arguments. Note that the keys are used in
      the comparison unlike in <function>array_intersect</function>.
-     The indexes are compared by using a callback functions.
+    </para>
+    <para>
+     The index comparison is done by a user supplied callback function.
+     It must return an integer less than, equal to, or greater than zero
+     if the first argument is considered to be respectively less than,
+     equal to, or greater than the second.
     </para>
     <para>
      <example>
@@ -48,17 +53,12 @@
      </example>
     </para>
     <para>
-     For comparison is used the user supplied callback function.
-     It must return an integer less than, equal
-     to, or greater than zero if the first argument is considered to
-     be respectively less than, equal to, or greater than the
-     second.
-    </para>
-    <para>
      See also <function>array_intersect</function>,
      <function>array_intersect_assoc</function>,
-     <function>array_uintersect_assoc</function> and
-     <function>array_uintersect_uassoc</function>.
+     <function>array_uintersect_assoc</function>,
+     <function>array_uintersect_uassoc</function>,
+     <function>array_intersect_key</function> and
+     <function>array_intersect_ukey</function>.
     </para>
    </refsect1>
   </refentry>

Reply via email to