JArchiveZip::create/1.5
From Joomla! Documentation
JArchiveZip::create
Description
Create a ZIP compressed file from an array of file data.
Description:JArchiveZip::create [Edit Descripton]
public function create ( $archive $files $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $archive | string | Path to save archive | |
| $files | array | Array of files to add to archive | |
| $options | array | array() | Compression options [unused] |
- Returns boolean True if successful
- Defined on line 102 of libraries/joomla/filesystem/archive/zip.php
- Since
See also
-
JArchiveZip::create on api.joomla.org
-
JArchiveZip source code on JoomlaCode
-
Class JArchiveZip
-
Subpackage Filesystem
- Other versions of JArchiveZip::create
SeeAlso:JArchiveZip::create [Edit See Also]
User contributed notes
<CodeExamplesForm />