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