Класс MongoDB\Driver\Monitoring\CommandSucceededEvent

(mongodb >=1.3.0)

Введение

Класс MongoDB\Driver\Monitoring\CommandSucceededEvent содержит информацию об успешной команде.

Обзор классов

final class MongoDB\Driver\Monitoring\CommandSucceededEvent {
/* Методы */
final public getCommandName(): string
final public getDurationMicros(): int
final public getOperationId(): string
final public getReply(): object
final public getRequestId(): string
final public getServerConnectionId(): ?int
}

Содержание

add a note

User Contributed Notes

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