MongoDB\Driver\Server::isPassive
(mongodb >=1.0.0)
MongoDB\Driver\Server::isPassive — Checks if this server is a passive member of a replica set
説明
final public MongoDB\Driver\Server::isPassive
( void
) : bool
Returns whether this server is a » passive member of a replica set (i.e. its priority is 0).
パラメータ
この関数にはパラメータはありません。
返り値
Returns TRUE if this server is a passive member of a replica set, and
FALSE otherwise.
エラー / 例外
- 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。
参考
- MongoDB\Driver\Server::getInfo() - Returns an array of information about this server