STORE_ONLY_FILES STORE_ONLY_FILES = 'only_files' Boolean option for store just file names (skip directory names).
MODIFIED_TIME MODIFIED_TIME = 'mtime' Set the specified record modification time. The value can be {@see \DateTimeInterface}, integer timestamp or a string of any format.
CHARSET CHARSET = 'charset' Specifies the encoding of the record name for cases when the UTF-8 usage flag is not set. The most commonly used encodings are compiled into the constants of the {@see \PhpZip\Constants\DosCodePage} class.
EXTRACT_SYMLINKS EXTRACT_SYMLINKS = 'extract_symlinks' Allows ({@see true}) or denies ({@see false}) unpacking unix symlinks. This is a potentially dangerous operation for uncontrolled zip files. By default is ({@see \PhpZip\Constants\false}).