PHP: reset - Manual - PHP: Hypertext Preprocessor
reset (PHP 4, PHP 5) 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 and returns the value of the first array element. Parameters arra...