PHP 8.1.28 Released!

The MongoDB\Driver\Monitoring\ServerOpeningEvent class

(mongodb >=1.13.0)

Introduction

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

Synopsis de la classe

final class MongoDB\Driver\Monitoring\ServerOpeningEvent {
/* Méthodes */
final public getHost(): string
final public getPort(): int
}

Sommaire

add a note

User Contributed Notes

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