Source Code:
(back to article)
<?php $array = ["apple", "banana", "cherry"]; print_r($array); ?>
Result:
Report an issue