aidan Tue Aug 3 03:05:45 2004 EDT
Modified files:
/phpdoc/en/reference/array/functions array-walk.xml
Log:
Fixed spacing of synopsis
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/array/functions/array-walk.xml
diff -u phpdoc/en/reference/array/functions/array-walk.xml:1.19
phpdoc/en/reference/array/functions/array-walk.xml:1.20
--- phpdoc/en/reference/array/functions/array-walk.xml:1.19 Tue Jul 27 08:23:32
2004
+++ phpdoc/en/reference/array/functions/array-walk.xml Tue Aug 3 03:05:43 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-walk">
<refnamediv>
@@ -10,12 +10,12 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>bool</type><methodname>array_walk</methodname>
- <methodparam><type>array</type><parameter>&array</parameter></methodparam>
- <methodparam><type>callback</type><parameter>function</parameter></methodparam>
- <methodparam
choice="opt"><type>mixed</type><parameter>userdata</parameter></methodparam>
- </methodsynopsis>
+ <methodsynopsis>
+ <type>bool</type><methodname>array_walk</methodname>
+ <methodparam><type>array</type><parameter>&array</parameter></methodparam>
+ <methodparam><type>callback</type><parameter>function</parameter></methodparam>
+ <methodparam
choice="opt"><type>mixed</type><parameter>userdata</parameter></methodparam>
+ </methodsynopsis>
<simpara>
&return.success;
</simpara>