cucinato Tue Feb 4 14:17:44 2003 EDT
Modified files:
/phpdoc/en/reference/array/functions array-map.xml
Log:
Aligned parameter tags with prototype
Index: phpdoc/en/reference/array/functions/array-map.xml
diff -u phpdoc/en/reference/array/functions/array-map.xml:1.7
phpdoc/en/reference/array/functions/array-map.xml:1.8
--- phpdoc/en/reference/array/functions/array-map.xml:1.7 Tue Feb 4 12:19:32
2003
+++ phpdoc/en/reference/array/functions/array-map.xml Tue Feb 4 14:17:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-map">
<refnamediv>
@@ -19,9 +19,9 @@
<para>
<function>array_map</function> returns an array containing all
the elements of <parameter>arr1</parameter> after applying the
- callback <parameter>function</parameter> to each one.
- The number of parameters that the callback
- <parameter>function</parameter> accepts
+ <parameter>callback</parameter> function to each one.
+ The number of parameters that the <parameter>callback</parameter>
+ function accepts
should match the number of arrays
passed to the <function>array_map</function>
</para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php