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