|
mcrypt_module_self_testThis function runs a self test on the specified module Warnung
This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged. Beschreibung
bool mcrypt_module_self_test
( string
$algorithm
[, string $lib_dir
] )This function runs the self test on the algorithm specified. Parameter-Liste
Rückgabewerte
The function returns Beispiele
Beispiel #1 mcrypt_module_self_test example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) bool(false) |