mcrypt_module_close
(PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_close — Close the mcrypt module
설명
bool mcrypt_module_close
( resource $td
)
Closes the specified encryption handle.
인수
- td
-
The encryption descriptor.
반환값
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.
mcrypt_module_close
There are no user contributed notes for this page.
