sort - chung-leong/qb GitHub Wiki

sort - Sort an array

bool sort( array &$array )

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

Parameters:

array - The array to sort.

Return Value:

true

Version

1.0 and above. Starting from version 1.4, sort() is able to sort multi-dimensional arrays.