PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

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 getCommandName ( void ) : string
final public getDurationMicros ( void ) : int
final public getOperationId ( void ) : string
final public getReply ( void ) : object
final public getRequestId ( void ) : string
final public getServer ( void ) : MongoDB\Driver\Server
}

Table of Contents