php数组操作

array_filter(数组,函数):用回调函数过滤数组中的元素,当回调函数为空时,则删除数组的空值。
array_unique(数组):删除数组重复值
原文地址:https://www.cnblogs.com/alexguoyihao/p/9081382.html