GridFS Classes
PHP Manual

The MongoGridFSCursor class

(PECL mongo >=0.9.0)

Introduzione

Cursor for database file results.

Sommario dellla classe

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

Indice dei contenuti


GridFS Classes
PHP Manual