MongoGridFS
PHP Manual

MongoGridFS::get

(PECL mongo >=1.0.8)

MongoGridFS::getRetrieve a file from the database

Descrizione

public MongoGridFSFile MongoGridFS::get ( mixed $id )

Elenco dei parametri

id

_id of the file to find.

Valori restituiti

Returns the file, if found, or NULL.


MongoGridFS
PHP Manual