Show Output
Example of Sorting PHP Associative Array Keys in Descending Order
"banana", "a"=>"apple", "d"=>"dog", "c"=>"cat"); // Sorting the array by key krsort($fruits); print_r($fruits); ?>