GridFS Classes
PHP Manual

The MongoGridFSCursor class

Introduction

Cursor for database file results.

Class synopsis

extends MongoCursor {
/* Fields */
protected MongoGridFS $MongoGridFSCursor->gridfs = NULL ;
/* Methods */
MongoGridFSCursor::__construct ( MongoGridFS $gridfs , resource $connection , string $ns , array $query , array $fields )
public MongoGridFSFile MongoGridFSCursor::current ( void )
public MongoGridFSFile MongoGridFSCursor::getNext ( void )
public string MongoGridFSCursor::key ( void )
}

Table of Contents


GridFS Classes
PHP Manual