mcrypt_enc_self_test
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_enc_self_test — Ejecuta una prueba automática sobre el módulo abierto
Descripción
int mcrypt_enc_self_test
( resource $td
)
Esta función ejecuta la prueba automática sobre el algoritmo especificado a través del descriptor td.
Parámetros
- td
-
El descriptor de cifrado.
Valores devueltos
Si el test automático resulta satisfactorio, devuelve FALSE. En caso de error, devuelve TRUE.
There are no user contributed notes for this page.
