Query: mcrypt_enc_self_test
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MCRYPT_ENC_SELF_TEST(3) 1 MCRYPT_ENC_SELF_TEST(3) mcrypt_enc_self_test - Runs a self test on the opened moduleSYNOPSISint mcrypt_enc_self_test (resource $td)DESCRIPTIONThis function runs the self test on the algorithm specified by the descriptor $td.PARAMETERSo $td - The encryption descriptor.RETURN VALUESIf the self test succeeds it returns FALSE. In case of an error, it returns TRUE. PHP Documentation Group MCRYPT_ENC_SELF_TEST(3)