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

MongoDB\BSON\RegexInterface::getFlags

(mongodb >=1.3.0)

MongoDB\BSON\RegexInterface::getFlagsReturns the RegexInterface's flags

Descrizione

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the RegexInterface's flags.

Vedere anche:

To Top