The MongoGridFSFile class

(PECL mongo >=0.9.0)

Wstęp

A database file object.

Krótki opis klasy

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

Spis treści

add a note add a note

User Contributed Notes

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