source: temp/trunk/html/test/uehara/test.php @ 10380

Revision 10380, 286 bytes checked in by uehara, 20 years ago (diff)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2require_once("../../require.php");
3require_once(DATA_PATH. "module/Tar.php");
4
5//°µ½Ì¥Õ¥é¥°TRUE¤Ïgzip²òÅà¤ò¤ª¤³¤Ê¤¦
6$tar = new Archive_Tar(USER_TEMPLATE_PATH."hhh/eccube-1.0.2beta.tar.gz", TRUE);
7//»ØÄꤵ¤ì¤¿¥Õ¥©¥ë¥ÀÆâ¤Ë²òÅह¤ë
8$err = $tar->extract(USER_TEMPLATE_PATH."hhh/)
9
10
11?>
Note: See TracBrowser for help on using the repository browser.