Query: mcrypt_generic_deinit
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MCRYPT_GENERIC_DEINIT(3) 1 MCRYPT_GENERIC_DEINIT(3) mcrypt_generic_deinit - This function deinitializes an encryption moduleSYNOPSISbool mcrypt_generic_deinit (resource $td)DESCRIPTIONThis function terminates encryption specified by the encryption descriptor ($td). It clears all buffers, but does not close the module. You need to call mcrypt_module_close(3) yourself. (But PHP does this for you at the end of the script.)PARAMETERSo $td - The encryption descriptor.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOmcrypt_module_open(3), mcrypt_generic_init(3). PHP Documentation Group MCRYPT_GENERIC_DEINIT(3)
Related Man Pages |
---|
openssl_public_encrypt(3) - php |
mcrypt_get_key_size(3) - php |
mcrypt_module_open(3) - php |
mdecrypt_generic(3) - php |
stream_socket_enable_crypto(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |