PHP Velho Oeste 2024

The MongoGridFSCursor class

(PECL mongo >=0.9.0)

Giriş

Cursor for database file results.

Sınıf Sözdizimi

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

İçindekiler

add a note add a note

User Contributed Notes

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