Description
float
round ( float val [, int precision])
Returns the rounded value of val to
specified precision
(number of digits after the decimal point).
precision can also be negative or zero (default).
Note:
The precision parameter is only
available in PHP 4.
See also ceil() and
floor().