bcfloorRound down arbitrary precision number Description
string bcfloor(string
$num )
Returns the next lowest integer value by rounding down
Parameters
Return Values
Returns a numeric string representing Errors/Exceptions
This function throws a ValueError if
ExamplesExample #1 bcfloor example
The above example will output: string(1) "4" string(1) "9" string(2) "-4" See Also
|