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

MongoDB\Driver\Monitoring\CommandSucceededEvent::getDatabaseName

(mongodb >=1.19.0)

MongoDB\Driver\Monitoring\CommandSucceededEvent::getDatabaseNameReturns the database on which the command was executed

Descrizione

final public function MongoDB\Driver\Monitoring\CommandSucceededEvent::getDatabaseName(): string

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the database on which the command was executed.

Errori/Eccezioni

To Top