PHP Velho Oeste 2024

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
}

目次

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top