intersect()
The intersect() method computes the intersection with other arrays and returns the values that intersects with another array.
Example.php
Syntax
Parameter
$iterables
Arrays to compare.
Return value
A array containing all of the values that intersects with another array.
Prefixing
References
Last updated