Encrypts a given file and stores the encrypted 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: | Encrypt |
Defined by ZendFilterFilter
Encrypts 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, or false when there were errors |
| Throws : | ExceptionInvalidArgumentException |
| Throws : | ExceptionRuntimeException |