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

Beschreibung

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