JArchiveZip:: createZIPFile
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JArchiveZip::_createZIPFile[edit]
Description[edit]
Creates the ZIP file.
protected function _createZIPFile (
&$contents
&$ctrlDir
$path
)
Parameter | Type | Default | Description |
---|---|---|---|
&$contents | |||
&$ctrlDir | |||
$path |
- Returns
- Defined on line 556 of libraries/joomla/filesystem/archive/zip.php
See also[edit]
- JArchiveZip::_createZIPFile source code on BitBucket
- Class JArchiveZip
- Subpackage Filesystem
- Other versions of JArchiveZip::_createZIPFile
User contributed notes[edit]
Code Examples[edit]