$x = array('[email protected]', 'ram', '[email protected]');
$y = array('1231231231');
$result=array_intersect($x,$z);
$res = array_intersect($y, $z);
$x = array('[email protected]', 'ram', '[email protected]');
$y = array('1231231231');
$result=array_intersect($x,$z);
$res = array_intersect($y, $z);