MongoDB\Driver\Monitoring\CommandStartedEvent::getCommandName

(mongodb >=1.3.0)

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

Descripción

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

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the command name.

Errores/Excepciones

add a note add a note

User Contributed Notes

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