The MongoGridFSFile class

(PECL mongo >=0.9.0)

Вступ

A database file object.

Короткий Огляд Класа

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

Зміст

add a note add a note

User Contributed Notes

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