aidan Sat Feb 19 07:33:33 2005 EDT
Modified files:
/phpdoc/en/reference/array/functions array-map.xml
array-walk-recursive.xml
array-walk.xml
Log:
Added callback type to see-also
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-map.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/array/functions/array-map.xml
diff -u phpdoc/en/reference/array/functions/array-map.xml:1.14
phpdoc/en/reference/array/functions/array-map.xml:1.15
--- phpdoc/en/reference/array/functions/array-map.xml:1.14 Mon Dec 20
14:54:46 2004
+++ phpdoc/en/reference/array/functions/array-map.xml Sat Feb 19 07:33:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-map">
<refnamediv>
@@ -206,8 +206,9 @@
</para>
<para>
See also <function>array_filter</function>,
- <function>array_reduce</function>, and
- <function>array_walk</function>.
+ <function>array_reduce</function>,
+ <function>array_walk</function>, and
+ &seealso.callback;.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk-recursive.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/array/functions/array-walk-recursive.xml
diff -u phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.7
phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.8
--- phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.7 Wed Nov
10 03:30:20 2004
+++ phpdoc/en/reference/array/functions/array-walk-recursive.xml Sat Feb
19 07:33:33 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.array-walk-recursive">
<refnamediv>
<refname>array_walk_recursive</refname>
@@ -70,7 +70,8 @@
</example>
</para>
<simpara>
- See also <function>array_walk</function>.
+ See also <function>array_walk</function>, and
+ &seealso.callback;.
</simpara>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/reference/array/functions/array-walk.xml
diff -u phpdoc/en/reference/array/functions/array-walk.xml:1.23
phpdoc/en/reference/array/functions/array-walk.xml:1.24
--- phpdoc/en/reference/array/functions/array-walk.xml:1.23 Wed Nov 10
03:30:20 2004
+++ phpdoc/en/reference/array/functions/array-walk.xml Sat Feb 19 07:33:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-walk">
<refnamediv>
@@ -121,7 +121,8 @@
<link linkend="control-structures.foreach">foreach</link>,
<function>each</function>,
<function>call_user_func_array</function>, and
- <function>array_map</function>.
+ <function>array_map</function>, and
+ &seealso.callback;.
</simpara>
</refsect1>
</refentry>