PHP function sort()
Availability in PHP 4.0
Sort an array
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$array |
array |
not | The input array. |
$sort_flags |
int |
null | The optional second parameter sort_flags may be used to modify the sorting behavior using these values: |
Return values
bool
Returns true on success, otherwise false on failure.