MongoDB\Driver\Monitoring\CommandFailedEvent
PHP Manual

MongoDB\Driver\Monitoring\CommandFailedEvent::getServer

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandFailedEvent::getServerReturns the Server on which the command was executed

Описание

final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandFailedEvent::getServer ( void )

Returns the MongoDB\Driver\Server on which the command was executed.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns the MongoDB\Driver\Server on which the command was executed.

Ошибки

Смотрите также


MongoDB\Driver\Monitoring\CommandFailedEvent
PHP Manual