Documentation
compress
usage
File = File->compress()
Compress a file in zip archive.
exemples
include('../Kernel/common/file.class.php');
$file = new File('/media/picture.mov');
$archive = $file->compress();
$archive->forceDownload(); // returns a file with the name picture.mov.zip