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

Опис

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Помилки/виключення

To Top