GridFS Classes
PHP Manual

The MongoGridFSCursor class

Introduction

Cursor for database file results.

Class synopsis

extends MongoCursor {
/* Fields */
protected MongoGridFS $gridfs = NULL ;
/* Methods */
__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 )
}

Table of Contents


GridFS Classes
PHP Manual