ZipArchive::getCommentName()
ZipArchive::getCommentName - Returns the comment of an entry using the entry nameSyntax
string ZipArchive::getCommentName (string $name, int $flags)Arguments
- name - Name of the entry
- flags - If flags is set to ZIPARCHIVE::FL_UNCHANGED, the original unchanged comment is returned.
