rsort

Example

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

Description

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

Return Values

Returns TRUE on success or FALSE on failure.