|
mcrypt_module_self_testThis function runs a self test on the specified module Warning
This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged. Description
bool mcrypt_module_self_test
( string
$algorithm
[, string $lib_dir
] )This function runs the self test on the algorithm specified. Parameters
Return Values
The function returns Examples
Example #1 mcrypt_module_self_test example
<?php The above example will output: bool(true) bool(false) |