Skip to content

Instantly share code, notes, and snippets.

View erswelljustin's full-sized avatar

Justin Erswell erswelljustin

View GitHub Profile
@erswelljustin
erswelljustin / HZip.php
Created September 11, 2014 15:08
HZip Class
<?php
class HZip
{
/**
* Add files and sub-directories in a folder to zip file.
* @param string $folder
* @param ZipArchive $zipFile
* @param int $exclusiveLength Number of text to be exclusived from the file path.
*/
private static function folderToZip($folder, &$zipFile, $exclusiveLength) {