MongoCommandCursor
PHP Manual

MongoCommandCursor::next

(PECL mongo >=1.5.0)

MongoCommandCursor::nextAdvances the cursor to the next result

설명

public void MongoCommandCursor::next ( void )

인수

이 함수는 인수가 없습니다.

반환값

NULL.

오류/예외

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

참고


MongoCommandCursor
PHP Manual