function Close() { parent::Close(); // clean up tmp files foreach ($this->tmpFiles as $tmp) { @unlink($tmp); } }