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::getFlagsDevuelve los flags de RegexInterface

Descripción

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

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Devuelve los flags de RegexInterface.

Véase también

To Top