您好,欢迎访问一九零五行业门户网

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
http://www.bkjia.com/phpjc/630492.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/630492.htmltecharticlephp的zip 使用方法 在zip文件功能可以让你阅读zip文件。 -------------------------------------------------- ------------------------------ 安装 对于zip文件的职...
其它类似信息

推荐信息