tryphp_func_array_merge2.php:
"red","b"=>"green"); $a2=array("c"=>"blue","b"=>"yellow"); print_r(array_merge($a1,$a2)); ?>
Array ( [a] => red [b] => yellow [c] => blue )