Decrypts a given file and stores the decrypted file content
Returns the new filename where the content will be stored
| Return type: | string |
|---|
Sets the new filename where the content will be stored
| Parameters: | string – (Optional) New filename to set |
|---|---|
| Return type: | Decrypt |
Defined by ZendFilterFilterInterface
Decrypts the file $value with the defined settings
| Parameters: | string|array – Full path of file to change or $_FILES data array |
|---|---|
| Return type: | string|array The filename which has been set |
| Throws : | ExceptionInvalidArgumentException |
| Throws : | ExceptionRuntimeException |