Compression: Zip and File Splitter
Huda M Elmatsani (contact me)
When a file is very large size it takes a lot of time to download. A common solution is to zip the file to make it smaller, but if it still too large to download, splitting the file in many pieces is often a better alternative solution.
This class can compress and split large files into smaller part files that are compressed as files in a .ZIP compatible format.
Splitting the files can be done on the fly for instance when it is necessary to download a large file of Web site backup, or sending the file by email in several messages rather than sending a single message with very large attachment.
Gathering the split file pieces can be done using PKZip or WinZip.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (68.8%)
| -
| Sufficient (71.9%)
| -
| -
| Not sure (51.6%)
| 1167 |
Click here for detailed information about this class on phpclasses.org