MongoDB\Driver\CursorInterface::getServer

(mongodb >=1.6.0)

MongoDB\Driver\CursorInterface::getServer返回与此游标关联的服务器

描述

abstract public MongoDB\Driver\CursorInterface::getServer(): MongoDB\Driver\Server

返回与此游标关联的 MongoDB\Driver\Server。这是执行 MongoDB\Driver\QueryMongoDB\Driver\Command 的服务器。

参数

此函数没有参数。

返回值

返回与此游标关联的 MongoDB\Driver\Server

错误/异常

另请参阅

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top