MongoDB\Driver\Server
PHP Manual

MongoDB\Driver\Server::isSecondary

(mongodb >=1.0.0)

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

Description

final public boolean MongoDB\Driver\Server::isSecondary ( void )

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

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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

Erreurs / Exceptions

Voir aussi


MongoDB\Driver\Server
PHP Manual