在PHP內使用 floatval() 、 (float) 、 (double) 、 (real) 可以將其他型別強制轉型成浮點數 <?php $string = "1.23"; $num = floatval($string); //使用函數強制轉型 ...
確定! 回上一頁