MongoDB\BSON\Decimal128Interface::__toString

(mongodb >=1.3.0)

MongoDB\BSON\Decimal128Interface::__toStringRetourne une représentation sous chaîne de caractères de Decimal128Interface

Description

abstractpublicMongoDB\BSON\Decimal128Interface::__toString(): string

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne une représentation sous chaîne de caractères de Decimal128Interface.

Voir aussi

To Top