MongoGridFS::delete
(PECL mongo >=1.0.8)
MongoGridFS::delete — Delete a file from the database
Описание
public bool MongoGridFS::delete
(
mixed $id
)
Список параметров
-
id
-
_id of the file to remove.
Возвращаемые значения
Returns if the remove was successfully sent to the database.