API17:JArchiveZip:: addToZIPFile
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JArchiveZip::_addToZIPFile
Description
Adds a "file" to the ZIP archive.
Description:JArchiveZip:: addToZIPFile [Edit Descripton]
Since
Synopsis
protected JArchiveZip::_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 in
libraries/joomla/filesystem/archive/zip.php (line 447)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JArchiveZip:: addToZIPFile
Examples
<CodeExamplesForm />
