In PHP, using array_intersect to find the intersection of two arrays is faster than using array_diff to find the union of the same two arrays.
確定! 回上一頁