GoLang MongoDB\Driver\Server::isSecondary

request it (206)
GoLang replacement for PHP's MongoDB\Driver\Server::isSecondary [edit | history]



Do you know a GoLang replacement for PHP's MongoDB\Driver\Server::isSecondary? Write it!

PHP MongoDB\Driver\Server::isSecondary

PHP original manual for MongoDB\Driver\Server::isSecondary [ show | php.net ]

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 bool MongoDB\Driver\Server::isSecondary ( void )

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

Parameters

This function has no parameters.

Return Values

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

Errors/Exceptions

See Also