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

search for in the

MongoDB::getProfilingLevel> <MongoDB::getDBRef
[edit] Last updated: Fri, 24 Feb 2012

view this page in

MongoDB::getGridFS

(PECL mongo >=0.9.0)

MongoDB::getGridFSFetches toolkit for dealing with files stored in this database

Descrição

public MongoGridFS MongoDB::getGridFS ([ string $prefix = "fs" ] )

Parâmetros

prefix

The prefix for the files and chunks collections.

Valor Retornado

Returns a new gridfs object for this database.

Exemplos

Exemplo #1 MongoDB::getGridFS() example

This example demonstrates how get a MongoGridFS instance.

<?php

$db 
$mongo->my_db;

$prefix 'files';
$collection $db->getGridFS($prefix);

?>

Read more about the MongoGridFS to learn how to store files with MongoDB.



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

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