MongoGridFS
PHP Manual

MongoGridFS::put

(PECL mongo >=1.0.8)

MongoGridFS::putStores a file in the database

Description

public mixed MongoGridFS::put ( string $filename [, array $extra = array() ] )

Parameters

filename

The name of the file.

extra

Other metadata to add to the file saved.

Return Values

Returns the _id of the saved object.


MongoGridFS
PHP Manual