Mongo
PHP Manual

The MongoGridFSCursor class

Introduction

Cursor for database file results.

Class synopsis

MongoGridFSCursor
extends MongoCursor {
/* 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


Mongo
PHP Manual