MongoDB\Driver\Monitoring\CommandStartedEvent::getCommandName

(mongodb >=1.3.0)

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

Descrizione

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

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the command name.

Errori/Eccezioni

add a note add a note

User Contributed Notes

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