Source Code:
(back to article)
<?php $age = ["Peter" => "35", "Ben" => "37", "Joe" => "43"]; krsort($age); print_r($age);
Result:
Report an issue