(PHP 3, PHP 4 )
mixed end (array array)
mixed end
End() advances array's internal pointer to the last element, and returns that element.
See also: current(), each(), end(), next(), and reset().