MongoDB\Driver\Cursor::key

Returns the current result's index within the cursor

説明

public int MongoDB\Driver\Cursor::key()

パラメータ

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

戻り値

The current result's numeric index within the cursor.

参考

  • Iterator::key