Home
last modified time | relevance | path

Searched refs:Zip (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php6 * Class Zip
8 * Creates or extracts Zip archives
16 class Zip extends Archive class
400 * Add a file to the current Zip archive using the given $data as content
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php15 use splitbrain\PHPArchive\Zip;
1212 $zip = new Zip();
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md19 The usage for the Zip and Tar classes are basically the same. Here are some
64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file individually. Therefore