MongoCursor::next

(PECL mongo >=0.9.0)

MongoCursor::nextAdvances the cursor to the next result, and returns that result

Açıklama

public MongoCursor::next ( void ) : array

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns the next document.

Hatalar/İstisnalar

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

Ayrıca Bakınız