MongoGridFS
PHP Manual

MongoGridFS::remove

(PECL mongo >=0.9.0)

MongoGridFS::removeRemoves files from the collections

Açıklama

public bool MongoGridFS::remove ([ array $criteria = array() [, array $options = array() ]] )

Değiştirgeler

query

The filename or criteria for which to search.

options

Options for the remove. Valid options are:

Dönen Değerler

Returns if the removal was successfully sent to the database.


MongoGridFS
PHP Manual