MongoDB\Driver\Server::isArbiter

Checks if this server is an arbiter member of a replica set

Description

final public bool MongoDB\Driver\Server::isArbiter ( void )

Returns whether this server is an » arbiter member of a replica set.

Parameters

This function has no parameters.

Return Values

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

Errors/Exceptions

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

See Also

  • MongoDB\Driver\Server::getInfo