rquadling               Tue Aug 28 08:12:18 2007 UTC

  Modified files:              
    /phpdoc/en/reference/array/functions        array-uintersect-uassoc.xml 
  Log:
  Clearer description that 2 callbacks are used.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.6 
phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.7
--- phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.6 Wed Jun 
20 22:24:15 2007
+++ phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml     Tue Aug 
28 08:12:18 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry xml:id="function.array-uintersect-uassoc" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>array_uintersect_uassoc</refname>
@@ -20,7 +20,7 @@
    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_uintersect</function>.
-   Both the data and the indexes are compared by using a callback functions.
+   Both the data and the indexes are compared by using separate callback 
functions.
   </para>
   <para>
    <example>

Reply via email to