Is there an easy way to "trim" an array ?

I'm using array_unshift to push elemnts onto the front of an array but I want to limit the size to 20 ??

Is there an easy way to do this without "looping" and unsetting the elements ??

tia
Pete

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to