Php/docs/class.mongogridfsfile

提供:Dev Guides
< Php
2020年12月14日 (月) 11:08時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL mongo >=0.9.0)

はじめに

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


クラス概要


MongoGridFSFile {

/* フィールド */

public array $file = null

protected MongoGridFS $gridfs = null

/* メソッド */

public MongoGridfsFile::__construct ( MongoGridFS $gridfs , array $file )

public getBytes ( ) : string

public getFilename ( ) : string

public getResource ( ) : resource

public getSize ( ) : int

public write ([ string $filename = null ] ) : int

}

目次