Universeorange.com/Docs/
{math.floor(Float $value)}
Floor — Round fractions down.
Returns value rounded to the next lowest integer.
The return value of{math.floor()
is still of typefloat
because the value range of float is usually bigger than that of int.
This function returns false in case of an error (e.g. passing an array).
https://www.php.net/manual/en/function.floor.php
Last modified: 2021-06-07
© 2021 universeorange.com