PHP Doku:: Create a new cursor - mongocursor.construct.html

Verlauf / Chronik / History: (3) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The MongoCursor class

<<MongoCursor::batchSize

MongoCursor::count>>

MongoCursor::__construct

(PECL mongo >=0.9.0)

MongoCursor::__constructCreate a new cursor

Beschreibung

MongoCursor::__construct ( resource $connection , string $ns [, array $query = array() [, array $fields = array() ]] )

Parameter-Liste

connection

Database connection.

ns

Full name of database and collection.

query

Database query.

fields

Fields to return.

Rückgabewerte

Returns the new cursor.


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