mcrypt_module_close
Closes the mcrypt module
WarnungThis function has been
DEPRECATED as of PHP 7.1.0. Relying on this function
is highly discouraged.
Beschreibung
bool mcrypt_module_close
( resource $td
)
Parameter-Liste
-
td
-
The encryption descriptor.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.