MongoDB\Driver\Server::isPassive

(mongodb >=1.0.0)

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

Beschreibung

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).

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns TRUE if this server is a passive member of a replica set, and FALSE otherwise.

Fehler/Exceptions

  • Throws MongoDB\Driver\InvalidArgumentException on argument parsing errors.

Siehe auch