PHP 8.5.0 Beta 3 available for testing

The MongoDB\Driver\Monitoring\ServerChangedEvent class

(mongodb >=1.13.0)

็ฎ€ไป‹

The MongoDB\Driver\Monitoring\ServerChangedEvent class encapsulates information about a changed server description. For example, a server's type changing from secondary to primary would cause its server description to change.

็ฑปๆ‘˜่ฆ

final class MongoDB\Driver\Monitoring\ServerChangedEvent {
/* ๆ–นๆณ• */
final public getHost(): string
final public getPort(): int
}

็›ฎๅฝ•

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top