MongoDB\Driver\Monitoring\CommandStartedEvent
PHP Manual

MongoDB\Driver\Monitoring\CommandStartedEvent::getServer

(mongodb >=1.3.0)

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

Beschreibung

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

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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

Fehler/Exceptions

Siehe auch


MongoDB\Driver\Monitoring\CommandStartedEvent
PHP Manual