$filepath
$filepath :
download.php site : www.phper.org.cn QQ : 258284610
使用方法: require_once 'download.class.php'; $filepath = './path/filename.html'; $downname = 'downname.html'; $down = new download($filepath,$downname); 或 $down = new download();