JArchiveZip:: getFileData
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::_getFileData[edit]
Description[edit]
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[edit]
- JArchiveZip::_getFileData source code on BitBucket
- Class JArchiveZip
- Subpackage Filesystem
- Other versions of JArchiveZip::_getFileData
User contributed notes[edit]
Code Examples[edit]