<?php // array_intersect() // 计算第一个数组与后面一个或多个数组之间的交集 $arr1 = [1, 2, 3, 'name'=>'极速数据', 'arr'=>['a', 'b']]; $arr2 = [2, 0, 8, 'host ...
確定! 回上一頁