reset

Example

 mixed reset ( array &$array ) 

Description

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

Return Values

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