|
MongoDB\BSON\Decimal128::__toStringReturns the string representation of this Decimal128 Description
final public string MongoDB\BSON\Decimal128::__toString
( void
)
ParametersThis function has no parameters. Return ValuesReturns the string representation of this Decimal128. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\Decimal128::__toString example
<?php The above example will output something similar to: string(9) "1234.5678" string(3) "NaN" string(8) "Infinity" |