MongoGridFS
PHP Manual

MongoGridFS::get

(PECL mongo >=1.0.8)

MongoGridFS::getRetrieve a file from the database

Descrição

public MongoGridFSFile MongoGridFS::get ( mixed $id )

Parâmetros

id

_id of the file to find.

Valor Retornado

Returns the file, if found, or NULL.


MongoGridFS
PHP Manual