mcrypt_module_close
(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)
mcrypt_module_close — 關閉加密模組
警告
本函式已自 PHP 7.1.0 起廢棄。強烈建議不要使用本函式。
說明
mcrypt_module_close(resource
$td
): bool關閉加密模組。
參數
-
td
-
加密描述符。
返回值
成功時返回 true
, 或者在失敗時返回 false
。