API17

API17:JArchiveZip:: getFileData

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples