round

Definition

float round ( float $val [, int $precision = 0 [, int $mode = PHP_ROUND_HALF_UP ]] )

Description

Returns the rounded value of val to specified precision (number of digits after the decimal point). precision can also be negative or zero (default).

[More at php.net]

Parameters




loading


Share/bookmark - round


Global comments