Searched refs:temporaryZipFilename (Results 1 – 1 of 1) sorted by relevance
5 private $temporaryZipFilename; variable in ArchiveHelperZip27 $this->temporaryZipFilename = tempnam(sys_get_temp_dir(), "zip");29 $this->zip->open($this->temporaryZipFilename, ZipArchive::OVERWRITE);68 return file_get_contents($this->temporaryZipFilename);69 unlink($this->temporaryZipFilename);