MongoDB\Driver\Monitoring\CommandSucceededEvent
PHP Manual

MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer

(mongodb >=1.3.0)

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

Описание

final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandSucceededEvent::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\CommandSucceededEvent
PHP Manual