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