MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription
PHP Manual
PHP Manual»MongoDB\Driver\Monitoring\ServerChangedEvent»MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription

MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription

(mongodb >=1.13.0)

MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescriptionReturns the previous description for the server

Descrizione

final public function MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription(): MongoDB\Driver\ServerDescription

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the previous MongoDB\Driver\ServerDescription for the server.

Errori/Eccezioni

To Top