It is specific to php4. Check the news file. It is not documented yet, but here is the header info:
bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC] [, array ar2 [, SORT_ASC|SORT_DESC], ...])
Sort multiple arrays at once similar to how ORDER BY clause works in SQL
If you are using php3, you'll have to write or find a sort routine.