Show Output
Sorting PHP Associative Array in Ascending Order by Value
20, "Harry"=>14, "John"=>45, "Clark"=>35); // Sorting array by value and print asort($age); print_r($age); ?>