You are right, I should've known (used it before) ..

Ofcourse you could do an array_reverse() before and after,
don't know about the performance impact of that however.

bvr.

>array_pop() and array_shift are *different* :)
>
>array_pop() takes an element off the END of the array.
>array_shift() takes an element off the START of the array.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to