JArchiveZip::_createZIPFile
Creates the ZIP file.
Official ZIP file format: http://www.pkware.com/appnote.txt
Signature
private function _createZIPFile(array&
$contents,
&
$ctrlDir,
string
$path )
Parameters
-
$contents
-
$ctrlDir
-
$path
- The path to store the archive.
Returns
- boolean
- True if successful
Tasks
Line | Task |
---|---|
697+ | Review and finish implementation |