bcceilRound up arbitrary precision number Description
string bcceil(string
$num )
Returns the next highest integer value by rounding up
Parameters
Return Values
Returns a numeric string representing Errors/Exceptions
This function throws a ValueError if
ExamplesExample #1 bcceil example
The above example will output: string(1) "5" string(2) "10" string(2) "-3" See Also
|