JArchiveZip:: addToZIPFile/1.5
From Joomla! Documentation
JArchiveZip::_addToZIPFile
Description
Adds a "file" to the ZIP archive.
Description:JArchiveZip:: addToZIPFile [Edit Descripton]
public function _addToZIPFile ( &$file &$contents &$ctrldir )
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$file | array | $file File data array to add | |
| &$contents | array | $contents An array of existing zipped files. | |
| &$ctrldir | array | $ctrldir An array of central directory information. |
See also
-
JArchiveZip::_addToZIPFile on api.joomla.org
-
JArchiveZip source code on JoomlaCode
-
Class JArchiveZip
-
Subpackage Filesystem
- Other versions of JArchiveZip::_addToZIPFile
SeeAlso:JArchiveZip:: addToZIPFile [Edit See Also]
User contributed notes
<CodeExamplesForm />