array_popPop the element off the end of array
&reftitle.description;
mixedarray_poparrayarrayarray_pop pops and returns the last value of
the array, shortening the
array by one element.
If array is empty (or is not an array),
&null; will be returned. Will additionally produce a
Warning
when called on a non-array.
&array.resetspointer;
&reftitle.parameters;
array
The array to get the value from.
&reftitle.returnvalues;
Returns the last value of array.
If array is empty (or is not an array),
&null; will be returned.
&reftitle.examples;
array_pop example
]]>
After this, $stack will have only 3 elements:
orange
[1] => banana
[2] => apple
)
]]>
and raspberry will be assigned to
$fruit.
&reftitle.seealso;
array_pusharray_shiftarray_unshift