Giter Site home page Giter Site logo

barryzpc / pclzip-doc-zh-cn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vikyd/pclzip-doc-zh-cn

0.0 0.0 0.0 47 KB

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

Home Page: https://vikyd.gitbooks.io/pclzip/content/

CSS 100.00%

pclzip-doc-zh-cn's Introduction

简介

http://www.phpconcept.net/pclzip

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 官方英文文档

pclzip-doc-zh-cn's People

Contributors

vikyd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.