sort

 bool sort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) 

説明

This function sorts an array. Elements will be arranged from lowest to highest when this function has completed.

戻り値

Returns TRUE on success or FALSE on failure.