PHP 8.1.28 Released!

The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

Introduction

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

Synopsis de la classe

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