Php/docs/class.mongogridfscursor

From Get docs

(PECL mongo >=0.9.0)

Introduction

Cursor for database file results.


Class synopsis


extends MongoCursor {

/* Fields */

protected MongoGridFS $gridfs = NULL

/* Methods */

public __construct ( MongoGridFS $gridfs , resource $connection , string $ns , array $query , array $fields )

public current ( ) : MongoGridFSFile

public getNext ( ) : MongoGridFSFile

public key ( ) : string

}

Table of Contents