Is there a single php function that will tell me if any values in one array are in another without looping through one of the arrays and doing in_array? Thanks!
Is there a single php function that will tell me if any values in one array are in another without looping through one of the arrays and doing in_array? Thanks!