ZipArchive::getFromName()
ZipArchive::getFromName - Returns the entry contents using its nameSyntax
mixed ZipArchive::getFromName (string $name, int $flags)Arguments
- name - Name 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
