MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName
PHP Manual
PHP Manual»MongoDB\Driver\Monitoring\CommandSucceededEvent»MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName

MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName

(mongodb >=1.3.0)

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

Descrizione

final public function MongoDB\Driver\Monitoring\CommandSucceededEvent::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

To Top