MongoGridFS::put

(PECL mongo >=1.0.8)

MongoGridFS::putStores a file in the database

Beskrivelse

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

Parametre

filename

The name of the file.

extra

Other metadata to add to the file saved.

Returnerings Værdier

Returns the _id of the saved object.

add a note add a note

User Contributed Notes

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