Source Code:
(back to article)
<?php $array = array_fill(0, 10, "PHP"); print_r($array); ?>
Result:
Report an issue