| MongoDB\Driver\ReadConcern::getLevelReturns the ReadConcern's "level" option Description
   final public stringnull MongoDB\Driver\ReadConcern::getLevel() ParametersThis function has no parameters. Return ValuesReturns the ReadConcern's "level" option. Errors/Exceptions
 ExamplesExample #1 MongoDB\Driver\ReadConcern::getLevel example The above example will output: NULL string(5) "local" string(8) "majority" See Also |