rsort

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

説明

This function sorts an array in reverse order (highest to lowest).

戻り値

Returns TRUE on success or FALSE on failure.