public function Archive_Tar::__destruct

File

drupal/modules/system/system.tar.inc, line 264

Class

Archive_Tar

Code

public function __destruct() {
  $this
    ->_close();

  // ----- Look for a local copy to delete
  if ($this->_temp_tarname != '') {
    @drupal_unlink($this->_temp_tarname);
  }
}