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.