|
The MongoDB\BSON\RegexInterface interfaceIntroductionThis interface is implemented by MongoDB\BSON\Regex to be used as a parameter, return, or property type in userland classes. Class synopsisMongoDB\BSON\RegexInterface
class MongoDB\BSON\RegexInterface
{
/* Methods */
abstract public string getFlags()
abstract public string getPattern()
abstract public string __toString()
}Changelog
|