mcrypt_module_self_test(PHP 4 >= 4.0.2, PHP 5) mcrypt_module_self_test — This function runs a self test on the specified module Описание
bool mcrypt_module_self_test
( string $algorithm
[, string $lib_dir
] )
This function runs the self test on the algorithm specified. Список параметров
Возвращаемые значенияThe function returns TRUE if the self test succeeds, or FALSE when it fails. Примеры
Пример #1 mcrypt_module_self_test() example
<?phpРезультат выполнения данного примера: bool(true) bool(false) |
||