array_column() 返回输入数组中某个单一列的值。
http://www.w3school.com.cn/php/func_array_column.asp
extract()函数从数组中将变量导入到当前的符号表。
https://www.runoob.com/php/func-array-extract.html
compact()函数创建一个包含变量名和它们的值的数组。
https://www.runoob.com/php/func-array-compact.html
array_chunk()函数把一个数组分割为新的数组块。
https://www.runoob.com/php/func-array-chunk.html
网友评论