February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_shift
mixed array_shift(array stack)Similar to array_pop(), but
instead of removing and returning the last element in the array, it
removes and returns the first element in the array. If the array is
empty, or if the argument is not an array, returns NULL.
Read now
Unlock full access