JArchiveZip:: getFileData/1.5
From Joomla! Documentation
JArchiveZip::_getFileData
Description
Returns the file data for a file by offsest in the ZIP archive.
Description:JArchiveZip:: getFileData [Edit Descripton]
public function _getFileData ($key)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | int | The position of the file in the archive. |
- Returns string Uncompresed file data buffer
- Defined on line 347 of libraries/joomla/filesystem/archive/zip.php
- Since
See also
-
JArchiveZip::_getFileData on api.joomla.org
-
JArchiveZip source code on JoomlaCode
-
Class JArchiveZip
-
Subpackage Filesystem
- Other versions of JArchiveZip::_getFileData
SeeAlso:JArchiveZip:: getFileData [Edit See Also]
User contributed notes
<CodeExamplesForm />