PHP array_fill() 函数
定义和用法
array_fill() 函数用值填充数组。
语法
array_fill(index, number, value)
参数值
参数 | 描述 |
---|---|
index | 必需。返回数组的第一个索引 |
number | 必需。指定要插入的元素数量 |
value | 必需。指定用于填充数组的值 |
技术细节
返回值 | 返回填充的数组 |
---|---|
PHP 版本 | 4.2+ |
❮ PHP 数组参考
array_fill() 函数用值填充数组。
array_fill(index, number, value)
参数 | 描述 |
---|---|
index | 必需。返回数组的第一个索引 |
number | 必需。指定要插入的元素数量 |
value | 必需。指定用于填充数组的值 |
返回值 | 返回填充的数组 |
---|---|
PHP 版本 | 4.2+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]