MongoDB
PHP Manual

MongoDB::getGridFS

(PECL mongo >=0.9.0)

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

Description

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

Parameters

prefix

The prefix for the files and chunks collections.

Return Values

Returns a new gridfs object for this database.


MongoDB
PHP Manual