CakeFest 2024: The Official CakePHP Conference

The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

简介

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

类摘要

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

目录

add a note

User Contributed Notes

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