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