MongoDB\Driver\Server::isPassive

(mongodb >=1.0.0)

MongoDB\Driver\Server::isPassiveChecks if this server is a passive member of a replica set

說明

final public MongoDB\Driver\Server::isPassive(): bool

Returns whether this server is a ? passive member of a replica set (i.e. its priority is 0).

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns true if this server is a passive member of a replica set, and false otherwise.

錯(cuò)誤/異常

參見