找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 244|回复: 0

[composer组件] github组件使用方法汇集--[归档]

  [复制链接]
发表于 2023-2-26 15:52 | 显示全部楼层 |阅读模式
pclzip压缩解压缩使用方法:
// 主文件:pclzip.lib.php
// 官方:https://www.phpconcept.net/pclzip
// 使用方法:https://github.com/vikyd/pclzip-doc-zh-cn

// 压缩文件、目录使用示例
require_once('pclzip.lib.php');
$archive = new PclZip("ckeditor_for_discuz.zip");
$ret = $archive->create('data/ccc.log, folder');
if ($ret == 0) {
    exit("Error : ".$archive->errorInfo(true));
}


 
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|学习笔记

GMT+8, 2024-5-4 07:18 , Processed in 0.028339 second(s), 14 queries , APCu On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表