API17

API17:JArchiveZip:: addToZIPFile

From Joomla! Documentation

Joomla 11.1 JArchiveZip::_addToZIPFile

Description

Adds a "file" to the ZIP archive.


protected function _addToZIPFile (
        &$file
        &$contents
        &$ctrldir
)
Parameter Type Default Description
&$file array File data array to add
&$contents array An array of existing zipped files.
&$ctrldir array An array of central directory information.
  • Returns void
  • Defined on line 447 of libraries/joomla/filesystem/archive/zip.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples