c2ephp

tests/carchive.php

Go to the documentation of this file.
00001 <?php
00002 include('../support/Archiver.php');
00003 $h = fopen($argv[1].'.uncompressed','wb');
00004 fwrite($h,DeArchive(file_get_contents($argv[1])));
00005 fclose($h);
00006 ?>
 All Classes Files Functions Variables Enumerations