PHP Doku:: Returns the current element - mongocursor.current.html

Verlauf / Chronik / History: (2) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The MongoCursor class

<<MongoCursor::count

MongoCursor::dead>>

MongoCursor::current

(PECL mongo >=0.9.0)

MongoCursor::currentReturns the current element

Beschreibung

public array MongoCursor::current ( void )

This returns NULL until MongoCursor::next() is called.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The current result as an associative array.


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",...)