Fully Qualified Name: | Laminas\Filter\File\Encrypt |
Extends: | Encrypt |
Encrypts a given file and stores the encrypted file content
Name | Description | Defined By |
---|---|---|
filter() | Defined by Laminas\Filter\Filter | Encrypt |
getFilename() | Returns the new filename where the content will be stored | Encrypt |
setFilename() | Sets the new filename where the content will be stored | Encrypt |
Defined by Laminas\Filter\Filter
Encrypts the file $value with the defined settings
Parameter Name | Type | Description |
---|---|---|
$value | string|array | Full |
Returns: string|array The filename which has been set, or false when there were errors
Returns the new filename where the content will be stored
Returns: string
Sets the new filename where the content will be stored
Parameter Name | Type | Description |
---|---|---|
$filename | string | (Optional) |
Returns: self