sort

Example

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

Description

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

Return Values

Returns TRUE on success or FALSE on failure.