MongoDB\Driver\Server
PHP Manual

MongoDB\Driver\Server::isPrimary

(mongodb >=1.0.0)

MongoDB\Driver\Server::isPrimaryChecks if this server is a primary member of a replica set

Beschreibung

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

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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

Fehler/Exceptions

Siehe auch


MongoDB\Driver\Server
PHP Manual