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

Description

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

Parameters

This function has no parameters.

Return Values

Returns the RegexInterface's flags.

See Also

To Top