支持多种文件类型的-.docVIP

  • 1
  • 0
  • 约7.95千字
  • 约 7页
  • 2017-11-23 发布于河南
  • 举报
支持多种文件类型的-

?php /** * download.class.php * * 使用方法: * require_once download.class.php; * $filepath = ./path/filename.html; * $downname = downname.html; * $down = new download($filepath,$downname); * 或 * $down = new download(); * * */ class download { var $filepath; var $downname; var $ErrInfo; var $is_attachment = false; var $_LANG = array( err = 错误, args_empty = 参数错误。, file_not_exists = 文件不存在!, file_not_readable = 文件不可读!, ); var $MIMETypes = array( ez = application/andrew-inset, hqx = application/mac-binhex40, cpt = application/mac-compactpro, doc = applic

文档评论(0)

1亿VIP精品文档

相关文档