|
MongoDB\BSON\Regex::getFlagsReturns the Regex's flags Description
final public string MongoDB\BSON\Regex::getFlags()
ParametersThis function has no parameters. Return ValuesReturns the Regex's flags. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\Regex::getFlags example
The above example will output something similar to: string(1) "i" |