[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 136 lines (4 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 1 file vtlib/thirdparty/dUnzip2.inc.php |
Vtiger_Unzip:: (4 methods):
__checkPathInArray()
isdir()
unzipAllEx()
checkFileExistsInRootFolder()
Class: Vtiger_Unzip - X-Ref
Provides API to make working with zip file extractions easy__checkPathInArray($path, $pathArray) X-Ref |
Check existence of path in the given array |
isdir($filepath) X-Ref |
Check if the file path is directory param: String Zip file path |
unzipAllEx($targetDir=false, $includeExclude=false, $renamePaths=false, $ignoreFiles=false,$baseDir="", $applyChmod=0755) X-Ref |
Extended unzipAll function (look at base class) Allows you to rename while unzipping and handle exclusions. |
checkFileExistsInRootFolder($fileName) X-Ref |
Function checks if the file exist in the zip param: type $fileName return: boolean |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |