February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_pop
mixed array_pop(array &stack)Removes the last value from the given array and returns it. If
the array is empty (or the argument is not an array), returns NULL. Note that the array pointer is reset
on the provided array.
Read now
Unlock full access