mcrypt_generic_deinit
mcrypt_generic_deinit
This function deinitializes an encryption module
bool **mcrypt_generic_deinit** resource $td
This function terminates encryption specified by the encryption
descriptor (). It clears all buffers, but does
not close the module. You need to call
yourself. (But PHP does this for
you at the end of the script.)
td``mcrypt_module_close
tdThe encryption descriptor.
return.success
mcrypt_module_open``mcrypt_generic_init