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::getFlagsRetorna as opções de RegexInterface

Descrição

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

Parâmetros

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

Valor Retornado

Retorna as opções de RegexInterface.

Veja Também

To Top