PHP 8.1.28 Released!

MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionId

(mongodb >=1.14.0)

MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionIdReturns the server connection ID for the command

Descripción

final public MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionId(): ?int

Returns the server connection ID for the command. The server connection ID is distinct from server (i.e. MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer()) and is returned in the "connectionId" field of a hello command response MongoDB 4.2+.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the server connection ID, or null if it is not available.

Errores/Excepciones

add a note

User Contributed Notes

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