GoLang MongoDB\Driver\Server::__construct

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



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

PHP MongoDB\Driver\Server::__construct

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

MongoDB\Driver\Server::__construct

(mongodb >=1.0.0)

MongoDB\Driver\Server::__constructCreate a new Server (not used)

Description

final private MongoDB\Driver\Server::__construct ( void )

MongoDB\Driver\Server objects are created internally by MongoDB\Driver\Manager when a database connection is established and may be returned by MongoDB\Driver\Manager::getServers() and MongoDB\Driver\Manager::selectServer().

Parameters

This function has no parameters.

See Also