MongoDB\BSON\Decimal128Interface::__toString
PHP Manual
PHP Manual»MongoDB\BSON\Decimal128Interface»MongoDB\BSON\Decimal128Interface::__toString

MongoDB\BSON\Decimal128Interface::__toString

(mongodb >=1.3.0)

MongoDB\BSON\Decimal128Interface::__toStringRetorna a representação em string deste Decimal128Interface

Descrição

abstract public function MongoDB\BSON\Decimal128Interface::__toString(): string

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna a representação em string deste Decimal128Interface.

Veja Também

To Top