MongoCommandCursor
PHP Manual

MongoCommandCursor::next

(No version information available, might only be in Git)

MongoCommandCursor::nextAdvances the cursor to the next result

Description

public void MongoCommandCursor::next ( void )

Parameters

This function has no parameters.

Return Values

NULL.

Errors/Exceptions

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


MongoCommandCursor
PHP Manual