bcfloorRound down arbitrary precision number 説明
string bcfloor(string
$num )
Returns the next lowest integer value by rounding down
パラメータ
戻り値
Returns a numeric string representing エラー / 例外
This function throws a ValueError if
例例1 bcfloor example
上の例の出力は以下となります。 string(1) "4" string(1) "9" string(2) "-4" 参考
|