API17:JArchiveZip:: getFileData
From Joomla! Documentation
JArchiveZip::_getFileData
Description
Returns the file data for a file by offsest in the ZIP archive.
protected function _getFileData ($key)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | int | The position of the file in the archive. |
- Returns string Uncompressed file data buffer.
- Defined on line 381 of libraries/joomla/filesystem/archive/zip.php
- Since

See also
JArchiveZip::_getFileData source code on BitBucket
Class JArchiveZip
Subpackage Filesystem- Other versions of JArchiveZip::_getFileData
User contributed notes
Code Examples