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

search for in the

MongoGridFS::__construct> <MongoCursor::valid
Last updated: Fri, 14 Aug 2009

view this page in

La classe MongoGridFS

Introduction

Utilitaires de stockage et lecture de fichiers dans la base de données.

Synopsis de la classe

MongoGridFS
extends MongoCollection {
/* Méthodes */
__construct ( MongoDB $db [, string $files= NULL [, string $chunks= NULL ]] )
public array drop ( void )
public MongoGridFSCursor find ([ array $query= array() [, array $fields= array() ]] )
public MongoGridFSFile findOne ([ mixed $query= array() ] )
public boolean remove ([ array $criteria= array() [, boolean $just_one= FALSE ]] )
public boolean storeBytes ( string $bytes [, array $extra= array() ] )
public MongoId storeFile ( string $filename [, array $extra= array() ] )
public mixed storeUpload ( string $name [, string $filename ] )
}

Sommaire



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

MongoGridFS::__construct> <MongoCursor::valid
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites