delete() public method
Deletes the file with given _id.
public boolean delete ( $id ) | ||
---|---|---|
$id | mixed |
_id of the file to find. |
return | boolean |
Whether the operation was successful. |
throws | yii\mongodb\Exception |
on failure. |
delete() public method
Deletes the file with given _id.
public boolean delete ( $id ) | ||
---|---|---|
$id | mixed |
_id of the file to find. |
return | boolean |
Whether the operation was successful. |
throws | yii\mongodb\Exception |
on failure. |
Please login to continue.