PHP Portal » PHP Handbuch » MongoGridFS::storeFile

Werbung

MongoGridFS::storeFile


(PECL mongo >=0.9.0)

MongoGridFS::storeFileStores a file in the database

Beschreibung

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

Parameter-Liste

filename

The name of the file.

extra

Other metadata to add to the file saved.

Rückgabewerte

Returns the _id of the saved object.