mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
array_pop: &return.falseproblem;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
68654b8558
commit
27f070da7a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.139 $ -->
|
||||
<!-- $Revision: 1.140 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -1209,6 +1209,7 @@ $fruit = array_pop ($stack);
|
|||
"orange" and "apple", and <varname>$fruit</varname> has
|
||||
"raspberry".
|
||||
</para>
|
||||
&return.falseproblem;
|
||||
<para>
|
||||
See also <function>array_push</function>,
|
||||
<function>array_shift</function>, and
|
||||
|
|
Loading…
Reference in a new issue