PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId - Returns the command's operation ID | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationIdReturns the command's operation ID

説明

final public string MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId ( void )

The operation ID is generated by the driver and may be used to link events together such as bulk write operations, which may have been split across several commands at the protocol level.

注意:

Since multiple commands may share the same operation ID, it is not reliable to use this value to associate event objects with each other. The request ID returned by MongoDB\Driver\Monitoring\CommandStartedEvent::getRequestId() should be used instead.

パラメータ

この関数にはパラメータはありません。

返り値

Returns the command's operation ID.

エラー / 例外


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId - Returns the command's operation ID」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId - Returns the command's operation ID」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: