array_pop Pop the element off the end of array &reftitle.description; mixedarray_pop arrayarray array_pop pops and returns the value of the last element of array, shortening the array by one element. &array.resetspointer; &reftitle.parameters; array The array to get the value from. &reftitle.returnvalues; Returns the value of the last element of array. If array is empty (or is not an array), &null; will be returned. &reftitle.errors; This function will produce an error of level E_WARNING when called on a non-array. &reftitle.examples; <function>array_pop</function> example ]]> After this, $stack will have only 3 elements: orange [1] => banana [2] => apple ) ]]> and raspberry will be assigned to $fruit. &reftitle.seealso; array_push array_shift array_unshift