reset

 mixed reset ( array &$array ) 

説明

reset() rewinds array's internal pointer to the first element and returns the value of the first array element.

戻り値

Returns the value of the first array element, or FALSE if the array is empty.