The MongoGridFSCursor class

(PECL mongo >=0.9.0)

Wstęp

Cursor for database file results.

Krótki opis klasy

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

Spis treści

add a note add a note

User Contributed Notes

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