array_column ($arr, $string) 返回数组中某一个单列的值
array_diff ($arr1, $arr2) 返回两个数组的差集(只比较键值)
Php 函数
原文:https://www.cnblogs.com/linsonga/p/14478856.html