PHP 8.4.0 RC4 available for testing

The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

Giriş

The MongoDB\Driver\Monitoring\ServerClosedEvent class encapsulates information about a closed server. This corresponds to an existing server being removed from the topology.

Sınıf Sözdizimi

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

İçindekiler

add a note

User Contributed Notes

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