PHP中的四舍五入函数是round(),它可以精确到小数点后一位。如果你想改变精确到的位数,可以传递一个额外的参数给round()函数。例如:
round()
round($number, 0)
round($number, 1)
round($number, 2)