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::__toStringRetourne la représentation sous forme de chaîne de caractères de cette RegexInterface

Description

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

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne la représentation sous forme de string de cette RegexInterface.

Voir aussi

To Top