krsort()
krsort - Sort an array by key in reverse orderSyntax
bool krsort (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().
