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
reversing natsort
Moderator: General Moderators
Re: reversing natsort
Do the sort and then use array_reverse() ?