Prado\IO\TTarFileExtractor::__destruct PHP 메소드

__destruct() 공개 메소드

public __destruct ( )
    public function __destruct()
    {
        $this->_close();
        // ----- Look for a local copy to delete
        if ($this->_temp_tarname != '') {
            @unlink($this->_temp_tarname);
        }
    }