Mongo
PHP Manual

The MongoGridFSCursor class

Introdução

Cursor for database file results.

Sinopse da classe

MongoGridFSCursor
extends MongoCursor {
/* Methods */
__construct ( MongoGridFS $gridfs , resource $connection , string $ns [, array $query= array() [, array $fields= array() ]] )
public MongoGridFSFile current ( void )
public MongoGridFSFile getNext ( void )
public string key ( void )
}

Índice


Mongo
PHP Manual