Dutch PHP Conference 2025 - Call For Papers

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.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top