php $a = array(2, 4, 6, 8); echo "sum(a) = " . array_sum($a); print "<br>" ; $b = array("a ...
確定! 回上一頁