PHP 8.1.28 Released!

The MongoDB\Driver\Monitoring\ServerOpeningEvent class

(mongodb >=1.13.0)

Einführung

The MongoDB\Driver\Monitoring\ServerOpeningEvent class encapsulates information about an opened server.

Klassenbeschreibung

final class MongoDB\Driver\Monitoring\ServerOpeningEvent {
/* 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