php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.mcrypt-generic-deinit.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  This function deinitializes an encryption module				  				 				 				 mcrypt_encrypt				 mcrypt_generic_end				 Mcrypt Functions				 PHP Manual								 				  mcrypt_generic_deinit				  (PHP 4 >= 4.0.7, PHP 5)mcrypt_generic_deinit — This function deinitializes an encryption module								 				 				 				  Description				  				   bool mcrypt_generic_deinit				    ( resource $td				   )								  				   This 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() yourself. (But PHP does this for				   you at the end of the script.)  Returns FALSE on error, or TRUE on				   success.				  				  				   See for an example mcrypt_module_open() and the				   entry on mcrypt_generic_init().				  				 												 mcrypt_encrypt				 mcrypt_generic_end				 Mcrypt Functions				 PHP Manual											

相关资源