(PHP 3, PHP 4 >= 4.0.0)
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().