MongoCommandCursor
PHP Manual

MongoCommandCursor::next

(PECL mongo >=1.5.0)

MongoCommandCursor::nextAdvances the cursor to the next result

Descrizione

public void MongoCommandCursor::next ( void )

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

NULL.

Errori/Eccezioni

Throws MongoConnectionException if it cannot reach the database and MongoCommandCursorTimeoutException if the timeout is exceeded.


MongoCommandCursor
PHP Manual