mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
fixed element typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43738 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e8ddbaab1b
commit
607000d749
1 changed files with 2 additions and 2 deletions
|
@ -615,7 +615,7 @@ $result = array_pad ($input, 2, "noop");
|
|||
<function>Array_pop</function> pops and returns the last value of
|
||||
the <parameter>array</parameter>, shortening the
|
||||
<parameter>array</parameter> by one element.
|
||||
If <param>array</param> is empty (or is not an array),
|
||||
If <parameter>array</parameter> is empty (or is not an array),
|
||||
<varname>NULL</varname> will be returned.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -810,7 +810,7 @@ $result_keyed = array_reverse ($input, TRUE);
|
|||
<parameter>array</parameter> off and returns it, shortening the
|
||||
<parameter>array</parameter> by one element and moving everything
|
||||
down.
|
||||
If <param>array</param> is empty (or is not an array),
|
||||
If <parameter>array</parameter> is empty (or is not an array),
|
||||
<varname>NULL</varname> will be returned.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue