美文网首页
php 函数小记

php 函数小记

作者: 昱弟丶 | 来源:发表于2019-06-14 13:59 被阅读0次

    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

    相关文章

      网友评论

          本文标题:php 函数小记

          本文链接:https://www.haomeiwen.com/subject/kloufctx.html