[PHP] Sort multi array.

2005-08-13 Thread João Cândido de Souza Neto
I´ve in a array the coluns: date , weekday , hour , etc... I need to sort him by coluns 0 and 2 but not found the correctly function to do it. Please, anyone know how can i do? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sort multi array.

2005-08-13 Thread Torgny Bjers
João Cândido de Souza Neto wrote: I´ve in a array the coluns: date , weekday , hour , etc... I need to sort him by coluns 0 and 2 but not found the correctly function to do it. Take a look at this manual page: http://www.php.net/manual/en/function.array-multisort.php Regards, Torgny -- PHP