Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.end.html
Дата изменения: Sun Feb 3 22:34:25 2002
Дата индексирования: Mon Oct 1 22:12:58 2012
Кодировка:
end

end

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

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

Description

mixed end ( array array)

end() advances array's internal pointer to the last element, and returns that element.

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