vrana Thu Mar 2 08:30:25 2006 UTC
Modified files:
/phpdoc/en/reference/array/functions array-map.xml
Log:
Mention create_function (bug #36585)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/array/functions/array-map.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/array/functions/array-map.xml
diff -u phpdoc/en/reference/array/functions/array-map.xml:1.15
phpdoc/en/reference/array/functions/array-map.xml:1.16
--- phpdoc/en/reference/array/functions/array-map.xml:1.15 Sat Feb 19
12:33:33 2005
+++ phpdoc/en/reference/array/functions/array-map.xml Thu Mar 2 08:30:25 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-map">
<refnamediv>
@@ -207,7 +207,8 @@
<para>
See also <function>array_filter</function>,
<function>array_reduce</function>,
- <function>array_walk</function>, and
+ <function>array_walk</function>,
+ <function>create_function</function>, and
&seealso.callback;.
</para>
</refsect1>