PHP Zip Library Installation
In this chapter you will learn:
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:
- Description for PHP zip_close() Function
- Syntax for PHP zip_close() Function
- Parameter for PHP zip_close() Function
- Return for PHP zip_close() Function
- Example - Close a zip file
Home » PHP Tutorial » PHP Zip Functions