冰雨战士

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月14日

摘要: <?php//当前需要下载的文件在服务器上的路径$local_file='destination.rar';//设置下载的速度,单位kb/s$download_speed=20.5;if(file_exists($local_file) && is_file($local_file)){ //以附件形式输出 header('Cache-control: private'); header('Content-Type: application/octet-stream'); header('Content-Length 阅读全文
posted @ 2012-12-14 09:20 冰雨战士 阅读(524) 评论(0) 推荐(0)