參數(parameter) 為陣列,須注意回傳的是元素的數字總和。 舉例如下 <?php $a = array(33, 44, 55, 66, 77); echo array_sum($a) . "\n"; $b = array(33, 44, '55', ...
確定! 回上一頁