# ZIP **Repository Path**: foundphp/ZIP ## Basic Information - **Project Name**: ZIP - **Description**: FoundPHP 框架下采用PHP开发的压缩类,支持PHP5/PHP7/PHP8等多版本。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2021-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZIP FoundPHP 框架下采用PHP开发的压缩类,支持PHP5/PHP7/PHP8等多版本。 ```php password('FoundPHP_zip'); //压缩文件与目录 $FoundPHP_zip->zip('foundphp.zip',array('foundphp.php','test/')); //解压缩压缩文件与目录 $FoundPHP_zip->zip('foundphp.zip','zip/'); ```