Page 1 of 1

reversing natsort

Posted: Sun May 18, 2008 5:19 am
by hame22
Hi all

I have an array which I have sorted using natsort order, however I need it sorted in the reverse order that the natsort() produces, is there a reverse version of natsort() or is there another way of doing this?

Thanks in advance

Re: reversing natsort

Posted: Sun May 18, 2008 6:57 am
by onion2k
Do the sort and then use array_reverse() ?