GoLang MongoGridFS::get

request it (256)
GoLang replacement for PHP's MongoGridFS::get [edit | history]



Do you know a GoLang replacement for PHP's MongoGridFS::get? Write it!

PHP MongoGridFS::get

PHP original manual for MongoGridFS::get [ show | php.net ]

MongoGridFS::get

(PECL mongo >=1.0.8)

MongoGridFS::getRetrieve a file from the database

Description

public MongoGridFSFile MongoGridFS::get ( mixed $id )

Parameters

id

_id of the file to find.

Return Values

Returns the file, if found, or NULL.