mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
b80f07794a
commit
5e3ae71e26
1 changed files with 2 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue