(PECL mongo >=1.0.8)
Retrieve a file from the database
public MongoGridFSFile MongoGridFS::get ( mixed $id )
Parameters:
id
_id of the file to find.
Returns:
Returns the file, if found, or NULL
.
Please login to continue.