$ZipStatusString
$ZipStatusString :
ZipDirectory(string $sourcePath, string $outZipPath)
Zip a folder (include itself).
http://php.net/manual/en/class.ziparchive.php
Usage: ZipLib::ZipDirectory('/path/to/sourceDir', '/path/to/out.zip');
string | $sourcePath | Path of directory to be zip. |
string | $outZipPath | Path of output zip file. |