PHP 8.1.28 Released!

The MongoDB\Driver\Monitoring\CommandSucceededEvent class

(mongodb >=1.3.0)

Einführung

The MongoDB\Driver\Monitoring\CommandSucceededEvent class encapsulates information about a successful command.

Klassenbeschreibung

final class MongoDB\Driver\Monitoring\CommandSucceededEvent {
/* Methoden */
final public getCommandName(): string
final public getDurationMicros(): int
final public getOperationId(): string
final public getReply(): object
final public getRequestId(): string
final public getServerConnectionId(): ?int
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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