MongoGridFSFile クラス

(PECL mongo >=0.9.0)

はじめに

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

クラス概要

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

目次