PHP 8.3.4 Released!

The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

Introduction

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

Class synopsis

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

Table of Contents

add a note

User Contributed Notes

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