downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

MongoGridfsFile::__construct> <MongoGridFS::storeUpload
[edit] Last updated: Fri, 10 Feb 2012

view this page in

The MongoGridFSFile class

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

Introduction

A database file object.

Class synopsis

MongoGridFSFile {
/* Fields */
public array $MongoGridFSFile->file = NULL ;
protected MongoGridFS $gridfs = NULL ;
/* Methods */
public MongoGridfsFile::__construct ( MongoGridFS $gridfs , array $file )
public string MongoGridFSFile::getBytes ( void )
public string MongoGridFSFile::getFilename ( void )
public stream MongoGridFSFile::getResource ( void )
public int MongoGridFSFile::getSize ( void )
public int MongoGridFSFile::write ([ string $filename = NULL ] )
}

Table of Contents



add a note add a note User Contributed Notes MongoGridFSFile
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites