(mongodb >=1.3.0)
MongoDB\Driver\Monitoring\CommandFailedEvent::getServer — Returns the Server on which the command was executed
This method has been DEPRECATED as of extension version 1.20.0 and was removed in 2.0. Applications should use MongoDB\Driver\Monitoring\CommandFailedEvent::getHost() and MongoDB\Driver\Monitoring\CommandFailedEvent::getPort() instead.
Returns the MongoDB\Driver\Server on which the command was executed.
У цієї функції немає параметрів.
Returns the MongoDB\Driver\Server on which the command was executed.
Версія | Опис |
---|---|
PECL mongodb 2.0.0 | This method was removed. |