MongoDB\Driver\WriteError::getIndexReturns the index of the write operation corresponding to this WriteError 説明
   final public int MongoDB\Driver\WriteError::getIndex() 
  
 パラメータこの関数にはパラメータはありません。 戻り値Returns the index of the write operation (from MongoDB\Driver\BulkWrite) corresponding to this WriteError. エラー / 例外
 例例1 MongoDB\Driver\WriteError::getIndex example 上の例の出力は、 たとえば以下のようになります。 int(1) 参考
  |