ZipArchive::addFile — Adds a file to a ZIP archive from the given path

ZipArchive::addFromString — Add a file to a ZIP archive using its contents

ZipArchive::addGlob — Add files from a directory by glob pattern

ZipArchive::addPattern — Add files from a directory by PCRE pattern

ZipArchive::close — Close the active archive (opened or newly created)

ZipArchive::count — Counts the number of files in the achive

ZipArchive::deleteIndex — Delete an entry in the archive using its index

ZipArchive::deleteName — Delete an entry in the archive using its name

ZipArchive::getArchiveComment — Returns the Zip archive comment

ZipArchive::getCommentIndex — Returns the comment of an entry using the entry index

ZipArchive::getCommentName — Returns the comment of an entry using the entry name

ZipArchive::getExternalAttributesIndex — Retrieve the external attributes of an entry defined by its index

ZipArchive::getExternalAttributesName — Retrieve the external attributes of an entry defined by its name

ZipArchive::getFromIndex — Returns the entry contents using its index

ZipArchive::getFromName — Returns the entry contents using its name

ZipArchive::getNameIndex — Returns the name of an entry using its index

ZipArchive::getStatusString — Returns the status error message, system and/or zip messages

ZipArchive::getStream — Get a file handler to the entry defined by its name (read only)

ZipArchive::locateName — Returns the index of the entry in the archive

ZipArchive::open — Open a ZIP file archive

ZipArchive::renameIndex — Renames an entry defined by its index

ZipArchive::renameName — Renames an entry defined by its name

ZipArchive::setArchiveComment — Set the comment of a ZIP archive

ZipArchive::setCommentIndex — Set the comment of an entry defined by its index

ZipArchive::setCommentName — Set the comment of an entry defined by its name

ZipArchive::setCompressionIndex — Set the compression method of an entry defined by its index

ZipArchive::setCompressionName — Set the compression method of an entry defined by its name

ZipArchive::setEncryptionIndex — Set the encryption method of an entry defined by its index

ZipArchive::setEncryptionName — Set the encryption method of an entry defined by its name

ZipArchive::setExternalAttributesIndex — Set the external attributes of an entry defined by its index

ZipArchive::setExternalAttributesName — Set the external attributes of an entry defined by its name

ZipArchive::setPassword — Set the password for the active archive

ZipArchive::statIndex — Get the details of an entry defined by its index

ZipArchive::statName — Get the details of an entry defined by its name

ZipArchive::unchangeAll — Undo all changes done in the archive

ZipArchive::unchangeArchive — Revert all global changes done in the archive

ZipArchive::unchangeIndex — Revert all changes done to an entry at the given index

ZipArchive::unchangeName — Revert all changes done to an entry with the given name

php ziparchive类,PHP Zip ZipArchive 类_编程学问网相关推荐

  1. sqlite+php+函数大全,PHP SQLite SQLite 函数_编程学问网

    sqlite_array_query - Execute a query against a given database and returns an array sqlite_busy_timeo ...

  2. mysql创建数据库时候同时创建表空间_MySQL 创建InnoDB表空间_编程学问网

    15.2.5. 创建InnoDB表空间 假设你已经安装了MySQL,并且已经编辑了选项文件,使得它包含必要的InnoDB配置参数.在启动MySQL之前,你应该验证你为InnoDB数据文件和日志文件指定 ...

  3. pht43 php13,PHP pht 简介_编程学问网

    简介 pht is a new threading extension for PHP. It enables for classes, functions, and even entire file ...

  4. mysql blackhole缺点_MySQL BLACKHOLE存储引擎_编程学问网

    15.10.BLACKHOLE存储引擎 BLACKHOLE存储引擎就像"黑洞"一样,它接收数据但丢弃它而不是存储它.取回总是返回空集: mysql> CREATE TABLE ...

  5. php zip 归档使用工具,PHP 压缩与归档扩展 Zip_编程学问网

    ZipArchive::addFile - Adds a file to a ZIP archive from the given path ZipArchive::addFromString - A ...

  6. php压缩zip文件类

    使用文件压缩类, 注意传的路径是相对路径.如果传绝对路径就把addFile里面的第二个参数去掉/ $zip = new ZipFolder(); $zipFile = './autoloadClass ...

  7. php zip解压原理,PHP ZipArchive实现解压缩zip文件

    PHP ZipArchive 是PHP自带的扩展类,可以轻松实现ZIP文件的压缩和解压,使用前首先要确保PHP ZIP 扩展已经开启,具体开启方法就不说了,不同的平台开启PHP扩增的方法网上都有,如有 ...

  8. 解压rar/zip工具类

    工作中需要上传压缩包,后台需要对压缩包进行解压,并在边解压边查找指定文件,并保存到list中. 有关判断是rar还是zip的类: package com.cykj.reports.util;impor ...

  9. java中 如果类c_Java中,如果类C是类B的子类,类B是类A的子类,那么下面描述正确的是( )。_学小易找答案...

    [单选题]社会意识是() [判断题]刘易斯认为,在发展中国家,经济发展应当追求最高精尖的技术.( ) [单选题]财务杠杆反映的是 [判断题]是否承认社会历史的规律性,是唯物史观和唯心史观的根本对立. ...

  10. java zip 压缩工具类

    java zip 压缩工具类 目录结构 环境依赖 zip压缩工具类 遇到的问题 环境依赖 <!--这里作者使用的是 springboot 2.3.2.RELEASE 版本--> <d ...

最新文章

  1. KVell 单机k/v引擎:用最少的CPU 来调度Nvme的极致性能
  2. Oracle递归操作
  3. sql数据库的四大程序设计语言的语句
  4. SPOJ 4564 Chop Ahoy! Revisited!
  5. 数字化转型的路上,手握一张地图,但路还得自己走
  6. 阿里云全球首次互联网8K直播背后的技术解读
  7. 操作系统 ——进程的状态与转换
  8. (50)System Verilog类静态变量实例
  9. springboot属性注入转化为对象
  10. 深度学习 --- 玻尔兹曼分布详解
  11. Linux小技巧:生成随机字符串
  12. 开源监控系统------Zabbix
  13. linux下编译opendds,求教OpenDDS的交叉编译!
  14. 批处理for命令截取字符串
  15. Vue中使用echarts,echarts 封装以及使用的事项
  16. struck的用法c语言,求struck结构体定义和赋值的具体讲解
  17. matlab 非线性方程组 最小值,如何在matlab中求解非线性方程组的参数值
  18. k8s(kubernetes)部署nacos(3各节点....N各节点均可以)集群
  19. java使用aspose-cad将CAD的dwg文件转换png等格式
  20. web应用分析利器-xrebel

热门文章

  1. 禁用“微软 Windows 10 易升”
  2. slickedit快捷键冲突问题
  3. 沃谈小知识|可“防拆”的远程锁机
  4. Python Socket模块实现服务端与客户端通信
  5. 包头市计算机一级考试培训机构,2021上半年内蒙古自治区包头市计算机等级考试时间...
  6. WLT8016:模组通信调试
  7. Android 11 第三个开发者预览版发布,新增无线调试功能
  8. pb 系统托盘实例(定时任务管理)
  9. 车牌识别easypr的详细介绍
  10. densepose的IUV图像I通道数字与身体部分对应关系