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 key(): string
}

Table of Contents