number_format () bug? Using the below code: <?php echo number_format((237.325 * 3), 2); ?> I get a result of 711.97, but shouldn't it be 711.98 ?
確定! 回上一頁