PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\Regex::getFlags
request it (310)
GoLang replacement for PHP's MongoDB\BSON\Regex::getFlags
[edit | history]
PHP MongoDB\BSON\Regex::getFlagsPHP original manual for MongoDB\BSON\Regex::getFlags [ show | php.net ]MongoDB\BSON\Regex::getFlags(mongodb >=1.0.0) MongoDB\BSON\Regex::getFlags — Returns 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
<?php The above example will output something similar to: string(1) "i" |
more
Recently updated
more
Most requested
more
Last requests
|