PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of José Quijado   PHP Directory Compress Recursive   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Directory Compress Recursive
Create ZIP file with all the files of a directory
Author: By
Last change:
Date: 6 years ago
Size: 150 bytes
 

Contents

Class file image Download
<?php

   
/* Cargamos el autocargador que hemos preparado. */
   
require_once('autoload.php');

    include (
'ejecucion/dir_compress.php');
?>