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