MongoDB\BSON\Decimal128::__toString

(mongodb >=1.2.0)

MongoDB\BSON\Decimal128::__toStringReturns the string representation of this Decimal128

说锟斤拷

final public MongoDB\BSON\Decimal128::__toString ( void ) : string

锟斤拷锟斤拷

锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷

锟斤拷锟斤拷值

Returns the string representation of this Decimal128.

锟斤拷锟斤拷

Example #1 MongoDB\BSON\Decimal128::__toString() example

<?php

var_dump
((string) new MongoDB\BSON\Decimal128(1234.5678));
var_dump((string) new MongoDB\BSON\Decimal128(NAN));
var_dump((string) new MongoDB\BSON\Decimal128(INF));

?>

锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�

string(9) "1234.5678"
string(3) "NaN"
string(8) "Infinity"