GridFS Classes
在线手册:中文 英文
PHP手册

The MongoGridFSFile class

(No version information available, might only be in SVN)

简介

A database file object.

类摘要

MongoGridFSFile {
/* Fields */
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 ] )
}

Table of Contents


GridFS Classes
在线手册:中文 英文
PHP手册