|
krsortSort an array by key in descending order Description
true krsort(array
&$array , int $flags = SORT_REGULAR )
Sorts
Parameters
Return Values
Always returns Changelog
Examples
Example #1 krsort example
The above example will output: d = lemon c = apple b = banana a = orange See Also
|