Longhorn PHP 2026 - Call For Papers

MongoDB\Driver\Cursor::key

(mongodb >=1.9.0)

MongoDB\Driver\Cursor::keyDevuelve el índice del resultado actual dentro del cursor

Descripción

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

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

El índice numérico del resultado actual dentro del cursor.

Ver también

add a note

User Contributed Notes

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