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:
jim winstead 2001-12-20 22:23:24 +00:00
parent 68654b8558
commit 27f070da7a

View file

@ -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