Function __global->is_encryption_available_telemetry
Definitions
sources/telemetry.php
- Determine whether encryption support is available for telemetry.This does not check if the site keys are in place, but it will check if the software key is. Use is_encryption_enabled_telemetry for a full check.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Encryption available?
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Determine whether encryption support is available for telemetry.This does not check if the site keys are in place, but it will check if the software key is. Use is_encryption_enabled_telemetry for a full check.
*
* @return boolean Encryption available?
*/
function is_encryption_available_telemetry() : bool
* Determine whether encryption support is available for telemetry.This does not check if the site keys are in place, but it will check if the software key is. Use is_encryption_enabled_telemetry for a full check.
*
* @return boolean Encryption available?
*/
function is_encryption_available_telemetry() : bool

