| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
FileSystem |
JArchiveZip |
create |
create() |
Never | Work in Progress |
Create a ZIP compressed file from an array of file data.
boolean create ( $archive, $files, $options )
| $archive | string | Path to save archive |
| $files | array | Array of files to add to archive |
| $options | array | Compression options [unused] |
Example