①、利用round()对浮点数进行四舍五入
round($num,10.4567)
②、利用sprintf格式化字符串
sprintf("%.2f",10.4567)
③、利用千位分组来格式化数字的函数number_format()
number_format($num,10.4567)