arsort()
arsort - Sort an array in reverse order and maintain index associationSyntax
bool arsort (array &$array, int $sort_flags)Arguments
- array - The input array.
- sort_flags - You may modify the behavior of the sort using the optional parameter sort_flags, for details see sort().
