程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> PHP的zip 使用方法

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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved