array_intersect

PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8
array_intersect - Computes the intersection of arrays

Example #1 array_intersect example

Result: Array ( [a] => green [0] => red )


Example #2 of array_intersect