You need using custom round function for this. Because rounding to 0.49 is not standard way. function rounder($num){ $fln= $num-floor($num); ...
確定! 回上一頁