MongoDB\Driver\Monitoring\CommandSucceededEvent::getHost
PHP Manual
PHP Manual»MongoDB\Driver\Monitoring\CommandSucceededEvent»MongoDB\Driver\Monitoring\CommandSucceededEvent::getHost

MongoDB\Driver\Monitoring\CommandSucceededEvent::getHost

(mongodb >=1.20.0)

MongoDB\Driver\Monitoring\CommandSucceededEvent::getHostReturns the server hostname for the command

Descrizione

final public function MongoDB\Driver\Monitoring\CommandSucceededEvent::getHost(): string

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the hostname of the server on which the command was executed.

Errori/Eccezioni

To Top