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