| 
 | MongoDB\BSON\Regex::__toStringReturns the string representation of this Regex Description
   final public string MongoDB\BSON\Regex::__toString
    ( void
   ) 
 ParametersThis function has no parameters. Return ValuesReturns the string representation of this Regex. Errors/Exceptions
 ExamplesExample #1 MongoDB\BSON\Regex::__toString example 
<?phpThe above example will output: string(8) "/regex/i" See Also |