Function __global->remove_magic_encryption_marker
Definitions
sources/encryption.php
- Remove the magic encryption marker from some data. This should be used if the data is to be displayed or presented for editing, but not if it's to be put in the database.If the data does not have a magic encryption marker, the original string will be returned.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$data | string | required parameter | N/A | N/A | Data |
Return
- Data, without the magic marker
- Type: string
- Set: N/A
- Range: N/A