Function __global->is_encryption_available
Definitions
sources/encryption.php
- Determine whether the necessary PHP extensions to support encryption are available. For normal use, you should probably use is_encryption_enabled() instead.
- 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 the necessary PHP extensions to support encryption are available. For normal use, you should probably use is_encryption_enabled() instead.
*
* @return boolean Encryption available?
*/
function is_encryption_available() : bool
* Determine whether the necessary PHP extensions to support encryption are available. For normal use, you should probably use is_encryption_enabled() instead.
*
* @return boolean Encryption available?
*/
function is_encryption_available() : bool

