(PECL mongo >=0.9.0)
MongoGridFS::storeFile — Stores 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.