Dutch PHP Conference 2025 - Call For Papers

La classe MongoDB\Driver\Monitoring\ServerChangedEvent

(mongodb >=1.13.0)

Introduction

La classe MongoDB\Driver\Monitoring\ServerChangedEvent encapsule des informations sur une description de serveur modifiée.

Synopsis de la classe

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