Home
last modified time | relevance | path

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

/plugin/tindexmenu/inc/
H A Dpclzip.lib.php161 class PclZip class
186 function PclZip($p_zipname) function in PclZip
2166 return PclZip::errorCode();
2313 return PclZip::errorCode();
2325 return PclZip::errorCode();
2517 return PclZip::errorCode();
3000 return PclZip::errorCode();
3026 return PclZip::errorCode();
4103 return PclZip::errorCode();
4121 return PclZip::errorCode();
[all …]
H A Drepo.class.php28 $zip=new PclZip($zipfile);
/plugin/indexmenu/inc/
H A Dpclzip.lib.php12 // PclZip is a PHP library that manage ZIP archives.
13 // So far tests show that archives generated by PclZip are readable by
34 // In version 1.x of PclZip, the separator for file list is a space
46 // 0 : PclZip Class integrated error handling
150 // Class : PclZip
152 // PclZip is the class that represent a Zip archive.
157 // PclZip() : Object creator
164 class PclZip
182 // Function : PclZip()
184 // Creates a PclZip objec
161 class PclZip global() class
186 function PclZip($p_zipname) global() function in PclZip
[all...]
H A Drepo.class.php33 $zip = new PclZip($zipfile);
/plugin/indexmenu/
H A Dadmin.php