![Picture of Jeffrey Chien Picture of Jeffrey Chien](/graphics/unknown.gif)
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...