返回将 $val 根据指定精度 $precision(十进制小数点后数字的数目)进行四舍五入的结果。$precision 也可以是负数或零(默认值)。
float round ( float $val [, int $precision ] )