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