php实现上传文件并解压

run('winrar x $dir\\".$nname." ".$dir,1,true');
    //删除上传的文件
    unlink($nname);
}

?>


你可能感兴趣的:(PHP)