MongoDB\Driver\Monitoring
PHP Manual

The MongoDB\Driver\Monitoring\CommandSucceededEvent class

(mongodb >=1.3.0)

Введение

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

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

final MongoDB\Driver\Monitoring\CommandSucceededEvent {
/* Методы */
final public string getCommandName ( void )
final public int getDurationMicros ( void )
final public string getOperationId ( void )
final public object getReply ( void )
final public string getRequestId ( void )
final public MongoDB\Driver\Server getServer ( void )
}

Содержание


MongoDB\Driver\Monitoring
PHP Manual