unset the array
Posted
by zahir hussain
on Stack Overflow
See other posts from Stack Overflow
or by zahir hussain
Published on 2010-03-20T05:10:43Z
Indexed on
2010/03/20
5:21 UTC
Read the original article
Hit count: 457
just i intersect the two array...
$c=array_intersect($a,$b);
?>
then i would like to unset the array elements which are same element in two array....
or
i would like to unset the array element which are same element in array...
thanks advance
© Stack Overflow or respective owner