killointelligence.blogg.se

Pkware winzip
Pkware winzip










pkware winzip

> close() // close archive // open archive, extract, add files, set password and output to browser. > saveAsFile( $outputFilename) // save the archive to a file > addDir(_DIR_, 'to/path/') // add files from the directory > addFile( '/path/to/file', 'data/tofile') // add an entry from the file > addFromString( 'zip/entry/filename', 'Is file content') // add an entry from the string create new archive $zipFile = new \ PhpZip\ ZipFile() Optional php-extension openssl for WinZip Aes Encryption support.Optional php-extension bzip2 for BZIP2 compression.Set the encryption method for all or individual entries in the archive.Support Traditional PKWARE Encryption (ZipCrypto) and WinZIP AES Encryption encryption methods.Delete the password for all or some entries.Set different passwords and encryption methods for different entries.Set the password and/or the encryption method, both for all, and for individual entries in the archive.Delete the archive password for all or individual entries.Change the password for the archive, including for individual entries.Set the password to read the archive for all entries or only for some.Use the encryption method WinZIP AES Encryption, whenever possible. Support for ZIP64 (file size is more than 4 GB or the number of entries in the archive is more than 65535).įor 32-bit systems, the Traditional PKWARE Encryption (ZipCrypto) encryption method is not currently supported.BZIP2 compression with the extension php-bz2.Only the following compression methods are supported:.Get information about each entry in the archive.Archival comments and comments of individual entry are supported.It supports saving the archive to a file, outputting the archive to the browser, or outputting it as a string without saving it to a file.Pure php (not require extension php-zip and class \ZipArchive).Overview of methods of the class \PhpZip\ZipFile.

pkware winzip

Russian Documentation Versions & Dependencies Version PhpZip is a php-library for extended work with ZIP-archives.












Pkware winzip