Dutch PHP Conference 2025 - Call For Papers

MongoDB\Driver\Cursor::next

(mongodb >=1.9.0)

MongoDB\Driver\Cursor::nextAdvances the cursor to the next result

Опис

public MongoDB\Driver\Cursor::next(): void

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Moves the current position to the next element in the cursor.

Помилки/виключення

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

add a note

User Contributed Notes

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