Re: [PHP] Custom Usort Function

2006-01-24 Thread Richard Lynch
On Mon, January 23, 2006 6:53 pm, Matt Palermo wrote: > I'm try to sort a list of items using a usort function. Basically, I > want > it to sort in this order: > > Numbers (0-9) > Letters (Aa-Zz) > Other (anything else) > > To explain a little further, I want anything that starts with a number > t

[PHP] Custom Usort Function

2006-01-23 Thread Matt Palermo
I'm try to sort a list of items using a usort function. Basically, I want it to sort in this order: Numbers (0-9) Letters (Aa-Zz) Other (anything else) To explain a little further, I want anything that starts with a number to show up first in the sorted list, then anything that starts with a l