I have an array that is structured like this:
[33] => Array ( [time] => 1285571561 [user] => test0 ) [34] => Array (
If you have an array
$last_element = array_pop(array);