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

MongoDB\BSON\UTCDateTimeInterface::__toString

(mongodb >=1.3.0)

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

Descrição

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

Parâmetros

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

Valor Retornado

Retorna a representação em string deste UTCDateTimeInterface.

Veja Também

To Top