Php/docs/mongodb-driver-cursor.key

提供:Dev Guides
< Php
移動先:案内検索

MongoDB\Driver\Cursor::key

(mongodb >=1.9.0)

MongoDB\Driver\Cursor::keyReturns the current result's index within the cursor


説明

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

パラメータ

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


返り値

The current result's numeric index within the cursor.


参考