lithium\storage\session\strategy\Encrypt::__destruct PHP 메소드

__destruct() 공개 메소드

Destructor. Closes the crypto resource when it is no longer needed.
public __destruct ( ) : void
리턴 void
    public function __destruct()
    {
        mcrypt_module_close(static::$_resource);
    }