PHP - Manual: MongoDB\Driver\Server::isPassive
2024-11-13
(mongodb >=1.0.0)
MongoDB\Driver\Server::isPassive — Checks if this server is a passive member of a replica set
Returns whether this server is a
» passive member
of a replica set (i.e. its priority is 0
).
此函数没有参数。
Returns true
if this server is a passive member of a replica set, and
false
otherwise.
官方地址:https://www.php.net/manual/en/mongodb-driver-server.ispassive.php