$array1 = array ("color" => "red", 2, 4);$array2 = array ("a", "b", "color" => "green", "shape" => "trapezoid");array_merge ($array1, $array2);?>