To ensure that a remove occurred successfully use MongoDB::lastError(). Currently MongoGridFS::remove will return even if the remove failed.
MongoGridFS::remove
(PECL mongo >=0.9.0)
MongoGridFS::remove — Removes files from the collections
Описание
public boolean MongoGridFS::remove
([ array $criteria = array()
[, boolean $just_one = FALSE
]] )
Параметри
- query
-
The filename or criteria for which to search.
- just_one
-
If only one matching file should be removed.
Връщани стойности
Returns if the removal was successful.
fhagard at lightcube dot us
08-Apr-2010 06:58
