$arr2, $arr3,"strcasecmp"); print_r($result);// compute the intersection of two or more arrays.// function returns another array containing// the elements of the first array that// are present in other arraysecho"***array_intersect_key ***\n "; $result = array_intersect_key($arr1...