Voting

: nine minus six?
(Example: nine)

The Note You're Voting On

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

<< Back to user notes page

To Top