The MongoDB\Driver\Monitoring\ServerOpeningEvent class

(mongodb >=1.13.0)

はじめに

The MongoDB\Driver\Monitoring\ServerOpeningEvent class encapsulates information about an opened server.

クラス概要

finalclassMongoDB\Driver\Monitoring\ServerOpeningEvent {
finalpublicgetHost(): string
finalpublicgetPort(): int
}

目次

To Top