PHP 8.3.27 Released!

Voting

: eight plus zero?
(Example: nine)

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