源代码
"apple", "b" => "banana"); $y = array("c" => "orange", "d" => "peach"); var_dump($x <> $y); ?>
运行结果