Home
last modified time | relevance | path

Searched refs:temporaryZipFilename (Results 1 – 1 of 1) sorted by relevance

/plugin/latexport/helpers/
H A Darchive_helper_zip.php5 private $temporaryZipFilename; variable in ArchiveHelperZip
27 $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);