Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 116 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 116 Bytes

dn-SZip

Class for working with 7-zip.

Example:

$SZip = new SZip();

$SZip->add("src");

$SZip->free();