JArchiveZip::create
Create a ZIP compressed file from an array of file data.
Signature
public function create(string
$archive,
array
$filesĀ )
Parameters
-
$archive
- Path to save archive.
-
$files
- Array of files to add to archive.
Returns
- boolean
- True if successful.
Tasks
Line | Task |
---|---|
102+ | Finish Implementation |