end

Example

 mixed end ( array &$array ) 

Description

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

Return Values

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