Php zip compression and decompression class ZipArchiv User Guide. Php zip compression and decompression class ZipArchiv user guide this article mainly introduces php zip compression and decompression class ZipArchiv User Guide, very detailed, for
This article mainly introduces the php zip compression and decompression class ZipArchiv User Guide, which is very detailed. For more information, see The PHP Extension class (PHP 5> = 5.2.0, PECL zip> = 1.1.0), some methods require PHP 5.2. +, and
This article mainly introduces the php zip compression and decompression class ZipArchiv User Guide, which is very detailed. For more information, see The PHP Extension class (PHP 5> = 5.2.0, PECL zip> = 1.1.0), some methods require PHP 5.2. +, and
To use this PHP extension class, you need (PHP 5 >= 5.2.0, PECL zip >= 1.1.0), some methods require PHP 5.2.+, and php.ini configuration supports zipFor the win system, simply remove the annotation for the php_zip.dll extension, and then restart the
/* Link from: http://www.ibm.com/developerworks/cn/opensource/os-php-v524/
* Author profile: Tracy Peterson (tracy@tracypeterson.com), freelance writer, Consultant. From
* Since 1997, Tracy Peterson has been an IT project manager and Web developer.
*
Copy CodeThe code is as follows:
Class zip
{
var $datasec, $ctrl _dir = Array ();
var $eof _ctrl_dir = "\x50\x4b\x05\x06\x00\x00\x00\x00";
var $old _offset = 0; var $dirs = Array (".");
function get_list ($zip _name)
{
$zip = @fopen ($zip _name, '
This article is mainly for you to introduce in detail the use of PHP zlib function, easy to implement PHP file package download zip, with a certain reference value, interested in small partners can refer to
The example of this article for everyone
PHP zip usage. PHP zip usage in the Zip file function allows you to read the ZIP file. -------------------------------------------------------------------------------- How to install Zip files for PHP jobs
The Zip file function allows you to read
Here I'm using PHP's own ziparchive class.
A We just need to new a Ziparchive object, then use the open method to create a zip file, and then use the AddFile method to write the file to be packaged in the zip file you just created, and it's best to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.