|
MongoDB\Driver\ReadPreference::getModeReturns the ReadPreference's "mode" option Warning
This function has been DEPRECATED as of extension version 1.20.0 and will be removed in 2.0. Applications should use MongoDB\Driver\ReadPreference::getModeString instead. Description
final public int MongoDB\Driver\ReadPreference::getMode()
ParametersThis function has no parameters. Return ValuesReturns the ReadPreference's "mode" option. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\ReadPreference::getMode example
The above example will output: int(1) int(5) int(2) int(6) int(10) See Also
|