$c = $b + $a; // Union of $b and $a echo "Union of \$b and \$a: \n"; var_dump($c); ?> 執行後,此腳本會顯示:. Union of $a and $b: array(3) { ["a"]=> ...
確定! 回上一頁