MongoGridFS::storeUpload
MongoGridfsFile::__construct
GridFS クラス群
PHP Manual
MongoGridFSFile クラス
(PECL mongo >=0.9.0)
導入
データベースファイルオブジェクト。
クラス概要
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
resource
getResource
(
void
)
public
int
getSize
(
void
)
public
int
write
([
string
$filename
=
NULL
] )
}
目次
MongoGridfsFile::__construct
— 新しい GridFS ファイルを作成する
MongoGridFSFile::getBytes
— このファイルの内容をバイト文字列で返す
MongoGridFSFile::getFilename
— このファイルのファイル名を返す
MongoGridFSFile::getResource
— 格納されたファイルを読むために使うリソースを返す
MongoGridFSFile::getSize
— このファイルのサイズを返す
MongoGridFSFile::write
— このファイルをファイルシステムに書き込む
MongoGridFS::storeUpload
MongoGridfsFile::__construct
GridFS クラス群
PHP Manual