文字

MongoDB\Driver\Server::isArbiter

(mongodb >=1.0.0)

MongoDB\Driver\Server::isArbiterChecks if this server is an arbiter member of a replica set

说明

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

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

参数

此函数没有参数。

返回值

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

错误/异常

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

参见

  • MongoDB\Driver\Server::getInfo() - Returns an array of information about this server
上一篇: 下一篇: