Function __global->is_data_encrypted
Definitions
sources/encryption.php
- Determine if some data has already been encrypted: i.e. if it has a magic encryption marker.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$data | mixed | required parameter | N/A | N/A | Data to check |
Return
- Encrypted?
- Type: boolean
- Set: N/A
- Range: N/A