MongoDB\Driver\Server::isArbiter
(mongodb >=1.0.0)
MongoDB\Driver\Server::isArbiter — Checks if this server is an arbiter member of a replica set
说明
final
public
MongoDB\Driver\Server::isArbiter (
void ) :
bool
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