(mongodb >=1.3.0)
MongoDB\Driver\Monitoring\CommandStartedEvent::getServer — 返回执行命令的服务器
此方法自扩展版本 1.20.0 起已 弃用,并将在 2.0 中删除。应用程序应改用 MongoDB\Driver\Monitoring\CommandStartedEvent::getHost() 和 MongoDB\Driver\Monitoring\CommandStartedEvent::getPort()。
返回执行命令的 MongoDB\Driver\Server。
此函数没有参数。
返回执行命令的 MongoDB\Driver\Server。