Source Code:
(back to article)
<?php $my_array = [1, 2, 3, 4, 5]; print_r($my_array);
Result:
Report an issue