PHP Classes

extract doesn't work

Recommend this page to a friend!

      TAR/GZIP/BZIP2/ZIP Archives  >  All threads  >  extract doesn't work  >  (Un) Subscribe thread alerts  
Subject:extract doesn't work
Summary:extract doesn't work
Messages:2
Author:Jeffrey Chien
Date:2006-07-11 09:00:24
Update:2008-12-31 09:28:13
 

  1. extract doesn't work   Reply   Report abuse  
Picture of Jeffrey Chien Jeffrey Chien - 2006-07-11 09:00:24
I test the below ....It can't work...

$example = new tar_file("example.tar");
$example->errors;
$example->set_options(array('basedir' => "abc",'inmemory' => 0,'overwrite' => 1));
$example->extract_files();

Can anyone tell what's going on??
I use on Windows2003...

  2. Re: extract doesn't work   Reply   Report abuse  
Picture of Simon Jonsson Simon Jonsson - 2008-12-31 09:28:13 - In reply to message 1 from Jeffrey Chien
Doesn't work for me either.