1.20.x system.tar.inc | public Archive_Tar::__destruct() |
File
- modules/
system/ system.tar.inc, line 278
Class
Code
public function __destruct()
{
$this->_close();
// ----- Look for a local copy to delete
if ($this->_temp_tarname != '') {
@backdrop_unlink($this->_temp_tarname);
}
}