funcMround()
funcMround(float $number, int $multiple) : float|string
MROUND.
Rounds a number to the nearest multiple of a specified value
Parameters
float | $number | Number to round |
int | $multiple | Multiple to which you want to round $number |
Returns
float|string —Rounded Number, or a string containing an error