The MongoGridFSCursor class
Introduction
Cursor for database file results.
Class synopsis
extends
MongoCursor
{
/* Fields */
/* Methods */
__construct
( MongoGridFS $gridfs
, resource $connection
, string $ns
[, array $query = array()
[, array $fields = array()
]] )
}Table of Contents
- 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