MongoGridFS::put
(PECL mongo >=1.0.8)
MongoGridFS::put — Stores a file in the database
Описание
public mixed MongoGridFS::put
(
string $filename
[,
array $extra = array()
] )
Список параметров
-
filename
-
The name of the file.
-
extra
-
Other metadata to add to the file saved.
Возвращаемые значения
Returns the _id of the saved object.