downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mcrypt_generic_end> <mcrypt_encrypt
[edit] Last updated: Fri, 17 May 2013

view this page in

mcrypt_generic_deinit

(PHP 4 >= 4.0.7, PHP 5)

mcrypt_generic_deinitEsta función deinicializa un módulo de cifrado

Descripción

bool mcrypt_generic_deinit ( resource $td )

Esta función termina el cifrado especificado a través del descriptor de cifrado (el parámetro td). Limpia todos los buffers, pero no cierra el módulo. Se necesita invocar a mcrypt_module_close() para cerrarlo. (Aunque PHP hace esto al final del script).

Parámetros

td

El descriptor de cifrado.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también



add a note add a note User Contributed Notes mcrypt_generic_deinit - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites