GridFS Classes
PHP Manual

The MongoGridFSFile class

(PECL mongo >=0.9.0)

Introduzione

A database file object.

Sommario dellla classe

MongoGridFSFile {
/* Fields */
public array $file = NULL ;
protected MongoGridFS $gridfs = NULL ;
/* Metodi */
public MongoGridfsFile::__construct ( MongoGridFS $gridfs , array $file )
public string getBytes ( void )
public string getFilename ( void )
public stream getResource ( void )
public int getSize ( void )
public int write ([ string $filename = NULL ] )
}

Indice dei contenuti


GridFS Classes
PHP Manual