You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To parallel other method naming, there should be a getStreamName(string $name, int $flags) and a getStreamIndex(int $index, int $flags) method. In addition, getStream() does not accept flags but could accept ZipArchive::FL_UNCHANGED, ZipArchive::FL_NOCASE, ZipArchive::FL_NODIR (like locateName()) and ZipArchive::FL_COMPRESSED if it is possible to access the uncompressed stream by libzip.