 |
PHP: sort - Manual - PHP: Hypertext Preprocessor
It's useful to know that if you're using this function on a multidimensional array, php will sort the first key, then the second and so on. This is similar to being able to use SQL to order by field1, field2 etc. So: Array ( [0] => Array ( [category] => w
php.net |
 |