API17:JArchiveZip:: getFileData
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::_getFileData
Description
Returns the file data for a file by offsest in the ZIP archive.
Description:JArchiveZip:: getFileData [Edit Descripton]
Since
Synopsis
protected JArchiveZip->_getFileData ($key)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | int | The position of the file in the archive. |
Returns
string Uncompressed file data buffer.
Defined in
libraries/joomla/filesystem/archive/zip.php
Referenced by
See also
SeeAlso:JArchiveZip:: getFileData
Examples
<CodeExamplesForm />
