MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandNameReturns the command name

Descrição

final public MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName(): string

Returns the command name (e.g. "find", "aggregate").

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the command name.

Erros/Exceções

add a note add a note

User Contributed Notes

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