MongoDB\Driver\Cursor::next

(mongodb >=1.9.0)

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

Descrizione

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

Errori/Eccezioni

Vedere anche:

add a note add a note

User Contributed Notes

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