array_fill() 函数用值填充数组。
array_fill(
index, number, value)
Parameter | Description |
---|---|
index | Required. The first index of the returned array |
number | Required. Specifies the number of elements to insert |
value | Required. Specifies the value to use for filling the array |
返回值: | 返回填充的数组 |
---|---|
PHP 版本: | 4.2+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!