Code Comments
Programming Forum and web based access to our favorite programming groups.sean Thu Oct 28 10:35:44 2004 EDT Modified files: /phpdoc/en/reference/array/functions reset.xml Log: returns false if empty http://cvs.php.net/diff.php/phpdoc/...> r2=1.12&ty=u Index: phpdoc/en/reference/array/functions/reset.xml diff -u phpdoc/en/reference/array/functions/reset.xml:1.11 phpdoc/en/referen ce/array/functions/reset.xml:1.12 --- phpdoc/en/reference/array/functions/reset.xml:1.11 Tue Aug 3 11:51:08 2 004 +++ phpdoc/en/reference/array/functions/reset.xml Thu Oct 28 10:35:44 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 --> <refentry id="function.reset"> <refnamediv> @@ -17,7 +17,7 @@ <para> <function>reset</function> rewinds <parameter>array</parameter>'s internal pointer to the first element and returns the value of the first - array element. + array element, or &false; if the array is empty. </para> <para> <example>
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.