The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

Einführung

The MongoDB\Driver\Monitoring\ServerClosedEvent class encapsulates information about a closed server.

Klassenbeschreibung

final class MongoDB\Driver\Monitoring\ServerClosedEvent {
/* Methoden */
final public getHost(): string
final public getPort(): int
}

Inhaltsverzeichnis

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top