update page now
Laravel Live Japan

Voting

The Note You're Voting On

ram
7 years ago
$x = array('ram@hb.in', 'ram', 'rams@hb.in');
    $y = array('1231231231');
    $result=array_intersect($x,$z);
    $res = array_intersect($y, $z);

<< Back to user notes page

To Top