All Projects → vikyd → pclzip-doc-zh-cn

vikyd / pclzip-doc-zh-cn

Licence: other
PHP 库 PclZip 的简体中文翻译文档(zh-cn translation for PHP lib: PclZip)

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to pclzip-doc-zh-cn

ZipArchive
A single-class pure VB6 library for zip with ASM speed
Stars: ✭ 38 (+52%)
Mutual labels:  zip, compress
imgZip
js压缩图片,转blod流.上传
Stars: ✭ 25 (+0%)
Mutual labels:  zip, compress
minizip-asm.js
Minizip in javascript. Work with password. Demo:
Stars: ✭ 38 (+52%)
Mutual labels:  zip, compress
QArchive
Async C++ Cross-Platform library that modernizes libarchive using Qt5 🚀. Simply extracts 7z 🍔, Tarballs 🎱 and other supported formats by libarchive. ❤️
Stars: ✭ 66 (+164%)
Mutual labels:  zip, compress
lzbase62
LZ77(LZSS) based compression algorithm in base62 for JavaScript.
Stars: ✭ 38 (+52%)
Mutual labels:  zip, compress
Zip
Robust ZIP decoder with defenses against dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
Stars: ✭ 254 (+916%)
Mutual labels:  zip
web-dist
传统模式开发的web站点 进行整站所有文件压缩及混淆处理
Stars: ✭ 43 (+72%)
Mutual labels:  compress
Turbobench
Compression Benchmark
Stars: ✭ 211 (+744%)
Mutual labels:  zip
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-32%)
Mutual labels:  zip
django-freeze
🧊 convert your dynamic django site to a static one with one line of code.
Stars: ✭ 81 (+224%)
Mutual labels:  zip
Zip.js
JavaScript library to zip and unzip files in the browser and Deno
Stars: ✭ 2,444 (+9676%)
Mutual labels:  zip
Shigureader
用Chrome或者iPad轻松阅读整理漫画,播放音乐,以及观看视频. All-in-one solution for local doujin/anime/music file.
Stars: ✭ 254 (+916%)
Mutual labels:  zip
extractor
Compressed files extractor for PHP
Stars: ✭ 23 (-8%)
Mutual labels:  zip
Unifiedarchive
UnifiedArchive - an archive manager with a unified way for different formats. Supports all basic (listing, reading, extracting and creation) and specific features (compression level, password-protection). Bundled with console program for working with archives.
Stars: ✭ 246 (+884%)
Mutual labels:  zip
xcompress
XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD.
Stars: ✭ 65 (+160%)
Mutual labels:  compress
Vue Blog
🎉 基于vue全家桶 + element-ui 构建的一个后台管理集成解决方案
Stars: ✭ 208 (+732%)
Mutual labels:  zip
archiver-zip-encrypted
Plugin for archiver to create ZIP archives with password using either AES or legacy Zip 2.0 encryption
Stars: ✭ 50 (+100%)
Mutual labels:  zip
SwiftZip
Swift wrapper for libzip — library for reading, creating, and modifying zip archives.
Stars: ✭ 44 (+76%)
Mutual labels:  zip
MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (+60%)
Mutual labels:  zip
RecordVideo
视频录制压缩
Stars: ✭ 47 (+88%)
Mutual labels:  compress

简介

阅读:https://vikyd.gitbooks.io/pclzip/content/

PHP 库 PclZip 的中文文档(非官方)。

译注:PclZip 是什么?

PclZip 是一个 PHP 库,用于解压或压缩 Zip 压缩包。

不同于 PHP 自带的ZipArchive + getNameIndexzip_open + zip_read + zip_entry_name(基于 C++), PclZip 采用纯 PHP 的解决方案,可避免一些 PHP 自带的 zip 方便的 bug(如对 zip 压缩包内含 GBK 编码的文件名的识别问题)。

使用方式

通常有两种使用方式:

  1. 直接下载pclzip.lib.php,在你的 PHP 文件顶部添加include_once(__DIR__ . '/pclzip/pclzip.lib.php');
  2. 使用 Composer 引用 PclZip,引入方式,在命令行执行:composer require pclzip/pclzip(非官方,但文件相同)。

目录

完善

水平有限,难免错漏。

问题意见,欢迎提 PR:https://github.com/vikyd/pclzip-doc-zh-cn.git

不定时更新。

相关资源

使用

使用 PclZip 的项目

至少有以下项目用到了 PclZip:

建议尽量阅读 PclZip 官方英文文档

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].