Php/docs/mongodb-driver-server.construct

来自菜鸟教程
跳转至:导航、​搜索

MongoDB\Driver\Server::__construct

(mongodb >=1.0.0)

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


说明

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

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().


参数

此函数没有参数。


参见