Merge two arrays without an element in php -
i have 2 associative arrays, , need merge 1 array, without element first array. looks that:
$result = array_merge(getfirstarray(), getsecondarray());
what's best way it?
and need merge 1 array, without element first array.
then remove it. before or after merge.
php arrays web
No comments:
Post a Comment