MongoDB\Driver\Server::isArbiter
Checks if this server is an arbiter member of a replica set
Beschreibung
final public bool MongoDB\Driver\Server::isArbiter
( void
)
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
Returns TRUE if this server is an arbiter member of a replica set, and
FALSE otherwise.
Fehler/Exceptions
- Throws MongoDB\Driver\InvalidArgumentException on argument parsing errors.
Siehe auch
- MongoDB\Driver\Server::getInfo