jimw            Tue Dec 18 15:18:59 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  array_filter: add note.func-callback
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.136 phpdoc/en/functions/array.xml:1.137
--- phpdoc/en/functions/array.xml:1.136 Thu Dec 13 20:11:48 2001
+++ phpdoc/en/functions/array.xml       Tue Dec 18 15:18:59 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.136 $ -->
+<!-- $Revision: 1.137 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -428,8 +428,9 @@
      and <varname>$even_arr</varname> have
      <literal>array (6, 8, 10, 12);</literal>,
     </para>
+    &note.func-callback;
     <para>
-     See also <function>array_map</function>,
+     See also <function>array_map</function>, and
      <function>array_reduce</function>.
     </para>
    </refsect1>


Reply via email to