|
MongoDB\BSON\Decimal128::__toStringReturns the string representation of this Decimal128 Beschreibung
final public string MongoDB\BSON\Decimal128::__toString
( void
)
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the string representation of this Decimal128. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\Decimal128::__toString example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(9) "1234.5678" string(3) "NaN" string(8) "Infinity" Siehe auch |