MongoDB\BSON\Decimal128::__toStringReturns the string representation of this Decimal128 説明
final public string MongoDB\BSON\Decimal128::__toString()
パラメータこの関数にはパラメータはありません。 戻り値Returns the string representation of this Decimal128. 例例1 MongoDB\BSON\Decimal128::__toString example
上の例の出力は、 たとえば以下のようになります。 string(9) "1234.5678" string(3) "NaN" string(8) "Infinity" |