update page now

Voting

: min(three, zero)?
(Example: nine)

The Note You're Voting On

ram
7 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