GridFS クラス群
PHP Manual

MongoGridFSFile クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

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

クラス概要

MongoGridFSFile {
/* フィールド */
public array $file = NULL ;
protected MongoGridFS $gridfs = NULL ;
/* メソッド */
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 ] )
}

目次


GridFS クラス群
PHP Manual