Webhosting
Domein Registratie
Winkelwagen
NB Webmail
Onze Gegevens
Helpdesk
User:
Pass:
Opslaan:
Ja
Nee
Autom.:
Ja
Nee
Login:
Gegevens vergeten
Cookie's verwijderen
Php Handleiding
Php Classes
Gratis Php Scripts
Pc Downloads
Gratis File Hosting
Programmeren
Routeplanner
Htaccess Uitleg
The MongoGridFSFile class
MongoGridFS::storeUpload
MongoGridfsFile::__construct
Mongo
PHP Manual
The MongoGridFSFile class
Introduction
A database file object.
Class synopsis
MongoGridFSFile
MongoGridFSFile
{
/* Methods */
MongoGridfsFile::__construct
(
MongoGridFS
$gridfs
,
array
$file
)
public
string
getBytes
(
void
)
public
string
getFilename
(
void
)
public
int
getSize
(
void
)
public
int
write
([
string
$filename
=
NULL
] )
}
Table of Contents
MongoGridfsFile::__construct
— Create a new GridFS file
MongoGridFSFile::getBytes
— Returns this file's contents as a string of bytes
MongoGridFSFile::getFilename
— Returns this file's filename
MongoGridFSFile::getSize
— Returns this file's size
MongoGridFSFile::write
— Writes this file to the filesystem
MongoGridFS::storeUpload
MongoGridfsFile::__construct
Mongo
PHP Manual