|
MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getReplyReturns the heartbeat reply document Description
final public object MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getReply()
The reply document will be converted from BSON to PHP using the default deserialization rules (e.g. BSON documents will be converted to stdClass). ParametersThis function has no parameters. Return ValuesReturns the heartbeat reply document as a stdClass object. Errors/Exceptions
|