MongoCommandCursor
PHP Manual

MongoCommandCursor::valid

(PECL mongo >=1.5.0)

MongoCommandCursor::validFetches a new result item, and returns whether it could

Beschreibung

public bool MongoCommandCursor::valid ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if a next item could be returned, and FALSE otherwise.


MongoCommandCursor
PHP Manual