PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\Decimal128::__toString
request it (383)
GoLang replacement for PHP's MongoDB\BSON\Decimal128::__toString
[edit | history]
PHP MongoDB\BSON\Decimal128::__toStringPHP original manual for MongoDB\BSON\Decimal128::__toString [ show | php.net ]MongoDB\BSON\Decimal128::__toString(mongodb >=1.2.0) MongoDB\BSON\Decimal128::__toString — Returns 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" |
more
Recently updated
more
Most requested
more
Last requests
|