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

MongoDB\BSON\RegexInterface::__toString

(mongodb >=1.3.0)

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

Descrizione

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the string representation of this RegexInterface.

Vedere anche:

To Top