How can I sort a multi-dimensional array?

How can I sort a multi-dimensional array?

http://php.net/manual/en/function.array-multisort.php

If the array is coming out of the database it will ALWAYS be faster to sort its contents with the correct SQL. Not to mention easier.