PHP Classes

File: examples/tocompress.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Big Backup maker   examples/tocompress.php   Download  
File: examples/tocompress.php
Role: Example script
Content type: text/plain
Description: example script
Class: Big Backup maker
Create backup of a directory in an archive file
Author: By
Last change:
Date: 6 years ago
Size: 519 bytes
 

Contents

Class file image Download
<?php
session_start
();
include_once
'../BigBackupMaker.class.php';
// BigBackupMaker::CompressAll('compress.zip',false);//compress all in this file folder
BigBackupMaker::CompressAll('compress.zip');//compress all in this file folder and force download without vitesse limitation without resume support
// BigBackupMaker::CompressAll('compress.zip',true,"renameto.zip","on",80);//compress all in this file folder and force download with the name renameto.zip with resume support and vitesse limitation to 80 kb
?>