how to check if one array is equal to another code example Example: check if array values exists in another array $result = !empty(array_intersect($people, $criminals));