Mongo
PHP Manual

MongoGridFSFile クラス

導入

データベースファイルオブジェクト。

クラス概要

MongoGridFSFile
MongoGridFSFile {
/* インスタンスフィールド */
public array $file ;
/* メソッド */
MongoGridfsFile::__construct ( MongoGridFS $gridfs , array $file )
public string getBytes ( void )
public string getFilename ( void )
public int getSize ( void )
public int write ([ string $filename = NULL ] )
}

目次


Mongo
PHP Manual