ZipArchive::getFromIndex()
ZipArchive::getFromIndex - Returns the entry contents using its indexSyntax
mixed ZipArchive::getFromIndex (int $index, int $flags)Arguments
- index - Index of the entry
- flags - The flags to use to open the archive. the following values may be ORed to it. ZIPARCHIVE::FL_UNCHANGED ZIPARCHIVE::FL_COMPRESSED
