sort
usort
array_map
Sorts an array by values using a user-defined comparison function.
usort(array &$array, callable $callback): true