Maison > Article > développement back-end > PHP的zip 使用方法_PHP教程
PHP的zip 使用方法
在Zip文件功能可以让你阅读ZIP文件。
-------------------------------------------------- ------------------------------
安装
对于Zip文件的职能工作,您的服务器,这些图书馆必须安装:
该ZZIPlib库吉Draheim :下载ZZIPlib图书馆
邮编PELC的延伸:下载的Zip PELC延长
安装Linux系统
PHP的5 + :邮政编码职能和邮编图书馆默认情况下不启用的,必须从上面的联系。使用-w ith-拉链=方向配置选项,包括邮政编码的支持。
Windows系统下的安装
PHP的5 + :邮政编码职能默认情况下不启用,所以php_zip.dll和ZZIPlib图书馆必须从上面的连结。 php_zip.dll必须启用内部的php.ini 。
为了使任何PHP扩展, PHP的extension_dir设置(在php.ini文件)应设置的目录下的PHP扩展库的位置。例如extension_dir值是c : PHP的分机。
-------------------------------------------------- ------------------------------
PHP的Zip文件功能
PHP的:显示最早的PHP版本,支持的功能。
Function | Description | PHP |
---|---|---|
zip_close() | Closes a ZIP file | 4 |
zip_entry_close() | Closes an entry in the ZIP file | 4 |
zip_entry_compressedsize() | Returns the compressed size of an entry in the ZIP file | 4 |
zip_entry_compressionmethod() | Returns the compression method of an entry in the ZIP file | 4 |
zip_entry_filesize() | Returns the actual file size of an entry in the ZIP file | 4 |
zip_entry_name() | Returns the name of an entry in the ZIP file | 4 |
zip_entry_open() | Opens an entry in the ZIP file for reading | 4 |
zip_entry_read() | Reads from an open entry in the ZIP file | 4 |
zip_open() | Opens a ZIP file | 4 |
zip_read() | Reads the next entry in a ZIP file | 4 |