PHP Conference Fukuoka 2025

The MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent class

(mongodb >=1.13.0)

ใฏใ˜ใ‚ใซ

The MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent class encapsulates information about a successful server heartbeat (i.e. ยป hello command issued through ยป server monitoring).

ใ‚ฏใƒฉใ‚นๆฆ‚่ฆ

final class MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent {
/* ใƒกใ‚ฝใƒƒใƒ‰ */
final public getDurationMicros(): int
final public getHost(): string
final public getPort(): int
final public getReply(): object
final public isAwaited(): bool
}

็›ฎๆฌก

๏ผ‹add a note

User Contributed Notes

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