PHP使用array_product()函數求得陣列中的乘積
Temperature: 0 °C
array_product()是PHP中的一個內建函數,可以返回陣列中所有元素的乘積。
例如
$array= array(2,3,4);
若想要得到的結果為2 * 3 * 4就可以使用這個內建函數得到結果24
值得注意的是,若陣列中有不是數字的字串,那麼轉換失敗的字串就會直接被定義為0
以上紀錄~ #故事 #php #arrayproduct #陣列中所有元素的乘積
HOME All Categories PHP使用array...
Temperature: 0 °C
array_product()是PHP中的一個內建函數,可以返回陣列中所有元素的乘積。
例如
$array= array(2,3,4);
Mark Chang
離不開電腦的宅男
Leave some footprints to prove that you visited me
Author's other related stories
Please select an option
error
Copy complete
Hi, thank you for your participation, but you cannot vote repeatedly~
Wrong format