MongoDB\Driver\Cursor::next

(mongodb >=1.9.0)

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

Descrierea

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

Parametri

Această funcție nu are parametri.

Valorile întoarse

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

Erori/Excepții

A se vedea și

add a note add a note

User Contributed Notes

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