|
MongoDB\Driver\ReadConcern::getLevelReturns the ReadConcern's "level" option 説明
final public stringnull MongoDB\Driver\ReadConcern::getLevel()
パラメータこの関数にはパラメータはありません。 戻り値Returns the ReadConcern's "level" option. エラー / 例外
例例1 MongoDB\Driver\ReadConcern::getLevel example
上の例の出力は以下となります。 NULL string(5) "local" string(8) "majority" |