builtinROUND()
builtinROUND(mixed $number, mixed $precision) : float|string
ROUND.
Returns the result of builtin function round after validating args.
Parameters
mixed | $number | Should be numeric |
mixed | $precision | Should be int |
Returns
float|string —Rounded number