PHP Velho Oeste 2024

MongoGridFS::get

(PECL mongo >=1.0.8)

MongoGridFS::getRetrieve a file from the database

Descrição

public MongoGridFS::get ( mixed $id ) : MongoGridFSFile

Parâmetros

id

_id of the file to find.

Valor Retornado

Returns the file, if found, or NULL.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top