Source Code:
(back to article)
<?php $numbers = range(0, 5); print_r($numbers);
Result:
Report an issue