MongoGridFS::delete

(PECL mongo >=1.0.8)

MongoGridFS::deleteDelete a file from the database

Beskrivelse

public bool MongoGridFS::delete ( mixed $id )

Parametre

id

_id of the file to remove.

Returnerings Værdier

Returns if the remove was successfully sent to the database.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top