Mcrypt 関数
PHP Manual

mcrypt_module_close

(PHP 4 >= 4.0.2, PHP 5, PHP 7)

mcrypt_module_closemcrypt モジュールを閉じる

警告

This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged.

説明

bool mcrypt_module_close ( resource $td )

指定した暗号化ハンドルを閉じます。

パラメータ

td

暗号化記述子。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考


Mcrypt 関数
PHP Manual