floor() - math
Returns the next lowest integer value (as float) by rounding down value if necessary.
Parameters :
value - The numeric value to round
Syntax
mixed floor
( float $value
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference