The MongoGridFSCursor class
Einführung
Cursor for database file results.
Klassenbeschreibung
MongoGridFSCursor
extends
MongoCursor
{
/* Methods */
__construct
( MongoGridFS $gridfs
, resource $connection
, string $ns
[, array $query = array()
[, array $fields = array()
]] )
}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
MongoGridFSCursor
There are no user contributed notes for this page.
