\hisiDownload

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();

Summary

Methods
Properties
Constants
Download()
$filepath
$downname
$ErrInfo
$is_attachment
$_LANG
$MIMETypes
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$filepath

$filepath : 

Type

$downname

$downname : 

Type

$ErrInfo

$ErrInfo : 

Type

$is_attachment

$is_attachment : 

Type

$_LANG

$_LANG : 

Type

$MIMETypes

$MIMETypes : 

Type

Methods

Download()

Download(  $filepath = '',   $downname = '') 

Parameters

$filepath
$downname