Класс MongoDB\Driver\Monitoring\ServerOpeningEvent

(mongodb >=1.13.0)

Введение

Класс MongoDB\Driver\Monitoring\ServerOpeningEvent инкапсулирует информацию об открытом сервере.

Обзор классов

final class MongoDB\Driver\Monitoring\ServerOpeningEvent {
/* Методы */
final public getHost(): string
final public getPort(): int
}

Содержание

add a note add a note

User Contributed Notes

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