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

Поисковые слова: wind
reset

reset

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

reset --  Set the internal pointer of an array to its first element

Description

mixed reset ( array array)

reset() rewinds array's internal pointer to the first element.

reset() returns the value of the first array element.

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