(PHP 3, PHP 4 )
mixed reset (array array)
mixed reset
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().