updating end() to match proto (as per errata)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32616 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-09-13 05:30:43 +00:00
parent b80f07794a
commit 5e3ae71e26

View file

@ -1502,13 +1502,13 @@ while (list ($key, $val) = each ($HTTP_POST_VARS)) {
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef><function>end</function></funcdef>
<funcdef>mixed <function>end</function></funcdef>
<paramdef>array <parameter>array</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
<function>End</function> advances <parameter>array</parameter>'s
internal pointer to the last element.
internal pointer to the last element, and returns that element.
</para>
<para>
See also: <function>current</function>,