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