| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\WriteError::getIndex(mongodb >=1.0.0) MongoDB\Driver\WriteError::getIndex — Returns the index of the write operation corresponding to this WriteError 説明
final public integer MongoDB\Driver\WriteError::getIndex
( void
)
パラメータこの関数にはパラメータはありません。 返り値Returns the index of the write operation (from MongoDB\Driver\BulkWrite) corresponding to this WriteError. エラー / 例外
例例1 MongoDB\Driver\WriteError::getIndex() example
<?php 上の例の出力は、 たとえば以下のようになります。 int(1) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\WriteError::getIndex - Returns the index of the write operation corresponding to this WriteError」をGoogle検索
|