MongoCursor
PHP Manual

MongoCursor::getNext

(PECL mongo >=0.9.0)

MongoCursor::getNextReturn the next object to which this cursor points, and advance the cursor

Beschreibung

public array MongoCursor::getNext ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the next object.


MongoCursor
PHP Manual