数组相关的函数
array_merge() 合并数组 array_filter() 函数用回调函数过滤数组中的元素。 array_unique() 函数用于移除数组中重复的值 array_values() 函数返回包含数组中所有的值的数组。