PHP Zip Library Installation

In this chapter you will learn:

  1. Linux systems PHP 5.2.0 and later
  2. Windows PHP 5.2.0 and later

Linux systems PHP 5.2.0 and later

Compile PHP with zip support by using the --enable-zip configure option.

Windows PHP 5.2.0 and later

Windows users need to enable php_zip.dll inside of php.ini in order to use these functions.

Next chapter...

What you will learn in the next chapter:

  1. Description for PHP zip_close() Function
  2. Syntax for PHP zip_close() Function
  3. Parameter for PHP zip_close() Function
  4. Return for PHP zip_close() Function
  5. Example - Close a zip file
Home » PHP Tutorial » PHP Zip Functions
PHP Zip Library Installation
PHP zip_close() Function
PHP zip_entry_close() Function
PHP zip_entry_compressedsize() Function
PHP zip_entry_compressionmethod() Function
PHP zip_entry_filesize() Function
PHP zip_entry_name() Function
PHP zip_entry_open() Function
PHP zip_entry_read() Function
PHP zip_open() Function
PHP zip_read() Function