end

(PHP 3, PHP 4 )

end --  Set the internal pointer of an array to its last element

Description

end (array array)

End() advances array's internal pointer to the last element.

See also: current(), each(), end(), next(), and reset().