end

 mixed end ( array &$array ) 

説明

end() advances array's internal pointer to the last element, and returns its value.

戻り値

Returns the value of the last element or FALSE for empty array.