摘要: array_fill — 用给定的值填充数组 说明 array_fill ( int $start_index , int $count , mixed $value ) : array 用 value 参数的值填充 count 个元素到数组, 开始键名由 start_index 参数指定。 参数 阅读全文
posted @ 2021-02-27 08:55 梦中程序员 阅读(108) 评论(0) 推荐(0)