文字

MongoDB\Driver\Server::isHidden

(mongodb >=1.0.0)

MongoDB\Driver\Server::isHiddenChecks if this server is a hidden member of a replica set

说明

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

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

参数

此函数没有参数。

返回值

Returns TRUE if this server is a hidden 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
上一篇: 下一篇: