Source Code:
(back to article)
<?php $colors = array("red", "green", "blue", "yellow"); krsort($colors); print_r($colors);
Result:
Report an issue