JArchiveZip:: getZipInfo
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::_getZipInfo[edit]
Description[edit]
Get the list of files/data from a ZIP archive buffer.
protected function _getZipInfo (&$data)
Parameter | Type | Default | Description |
---|---|---|---|
&$data |
- Returns
- Defined on line 298 of libraries/joomla/filesystem/archive/zip.php
See also[edit]
- JArchiveZip::_getZipInfo source code on BitBucket
- Class JArchiveZip
- Subpackage Filesystem
- Other versions of JArchiveZip::_getZipInfo
User contributed notes[edit]
Code Examples[edit]