Statement on glibc/iconv Vulnerability

The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class

(mongodb >=1.13.0)

简介

The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class encapsulates information about a started server heartbeat.

类摘要

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

目录

add a note

User Contributed Notes

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