MongoDB\Driver\Server::isSecondary

(mongodb >=1.0.0)

MongoDB\Driver\Server::isSecondaryChecks if this server is a secondary member of a replica set

說明

final public MongoDB\Driver\Server::isSecondary(): bool

Returns whether this server is a ? secondary member of a replica set.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns true if this server is a secondary member of a replica set, and false otherwise.

錯(cuò)誤/異常

參見