The MongoGridFSCursor class

(PECL mongo >=0.9.0)

Einführung

Cursor for database file results.

Klassenbeschreibung

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

Inhaltsverzeichnis