> I am having some trouble reversing the order of an array.
> 
[snip]
> 
> Which function amongst the available should I use?
> 

rsort() is what you're looking for. 

http://us2.php.net/manual/en/function.rsort.php

-M

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

Reply via email to