649. Class

649.1. Zend\Filter\File\Decrypt

Decrypts a given file and stores the decrypted file content

649.1.1. Methods

649.1.1.1. getFilename

getFilename()

Returns the new filename where the content will be stored

Return type:string

649.1.1.2. setFilename

setFilename()

Sets the new filename where the content will be stored

Parameters:string – (Optional) New filename to set
Return type:Decrypt

649.1.1.3. filter

filter()

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

Project Versions

Table Of Contents

Previous topic

648. Class

Next topic

650. Class

This Page