PHP Doku:: Checks if there are any more elements in this cursor - mongocursor.hasnext.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMongoDB Native DriverCore ClassesThe MongoCursor classMongoCursor::hasNext

Ein Service von Reinhard Neidl - Webprogrammierung.

The MongoCursor class

<<MongoCursor::getNext

MongoCursor::hint>>

MongoCursor::hasNext

(PECL mongo >=0.9.0)

MongoCursor::hasNextChecks if there are any more elements in this cursor

Beschreibung

public boolean MongoCursor::hasNext ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns if there is another element.

Fehler/Exceptions

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)