PHP Velho Oeste 2024

The MongoGridFSCursor class

(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 ( void ) : MongoGridFSFile
public getNext ( void ) : MongoGridFSFile
public key ( void ) : string
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top