PHP Doku:: The MongoGridFSCursor class - class.mongogridfscursor.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The MongoGridFSCursor class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Datenbankerweiterungen
≥
Anbieterspezifische Datenbankerweiterungen
≥
MongoDB Native Driver
≥
GridFS Classes
≥
The MongoGridFSCursor class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
GridFS Classes
<<
MongoGridFSFile::write
MongoGridFSCursor::__construct
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Datenbankerweiterungen
∧
Anbieterspezifische Datenbankerweiterungen
∧
MongoDB Native Driver
∧
GridFS Classes
The MongoGridFS class
The MongoGridFSCursor class
The MongoGridFSFile class
UnterSeiten:
∨
MongoGridFSCursor::__construct
∨
MongoGridFSCursor::current
∨
MongoGridFSCursor::getNext
∨
MongoGridFSCursor::key
The MongoGridFSCursor class
Einführung
Cursor for database file results.
Klassenbeschreibung
extends
MongoCursor
{
/* Fields */
protected
MongoGridFS
$gridfs
=
NULL
;
/* Methoden */
__construct
(
MongoGridFS
$gridfs
,
resource
$connection
,
string
$ns
[,
array
$query
= array()
[,
array
$fields
= array()
]] )
public
MongoGridFSFile
current
(
void
)
public
MongoGridFSFile
getNext
(
void
)
public
string
key
(
void
)
}
Inhaltsverzeichnis
MongoGridFSCursor::__construct
— Create a new cursor
MongoGridFSCursor::current
— Returns the current file
MongoGridFSCursor::getNext
— Return the next file to which this cursor points, and advance the cursor
MongoGridFSCursor::key
— Returns the current result's filename
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...