mcrypt_enc_self_test()
mcrypt_enc_self_test - Runs a self test on the opened module
Syntax
int mcrypt_enc_self_test (
resource $td)
Arguments
- td - The encryption descriptor.
Description
This function runs the self test on the algorithm specified by the descriptor td.
Version
PHP 4.0.2, 5
Return value
If the self test succeeds it returns FALSE. In case of an error, it returns TRUE.