philip Tue Nov 26 14:14:06 2002 EDT Modified files: /phpdoc/en/reference/array/functions each.xml Log: Oops, foreach is a control structure and documented as such. Close #20624 Index: phpdoc/en/reference/array/functions/each.xml diff -u phpdoc/en/reference/array/functions/each.xml:1.6 phpdoc/en/reference/array/functions/each.xml:1.7 --- phpdoc/en/reference/array/functions/each.xml:1.6 Sun Jun 16 03:11:02 2002 +++ phpdoc/en/reference/array/functions/each.xml Tue Nov 26 14:14:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 --> <refentry id="function.each"> <refnamediv> @@ -99,7 +99,7 @@ See also <function>key</function>, <function>list</function>, <function>current</function>, <function>reset</function>, <function>next</function>, <function>prev</function>, and - <function>foreach</function>. + <link linkend="control-structures.foreach">foreach</link>. </para> </refsect1> </refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php