简单教程
提交运行
代码编辑器:
<?php $a1 = array_fill(3,4,"blue"); print_r($a1);?>
运行结果: