国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > PHP > 正文

php中header()強制文件下載實現代碼

2024-09-04 11:44:54
字體:
來源:轉載
供稿:網友
  1. function downloadFile($file){  
  2. $file_name = $file;  
  3. $mime = 'application/force-download';  
  4. header('Pragma: public'); // required  
  5. header('Expires: 0'); // no cache  
  6. header('Cache-Control: must-revalidate, post-check=0, pre-check=0');  
  7. header('Cache-Control: private',false);  
  8. header('Content-Type: '.$mime);  
  9. header('Content-Disposition: attachment; filename="'.basename($file_name).'"');  
  10. header('Content-Transfer-Encoding: binary');  
  11. header('Connection: close');  
  12. readfile($file_name); // push it out  
  13. exit();  
  14. }  

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 含山县| 荣昌县| 安塞县| 天津市| 中西区| 南岸区| 兴安盟| 武冈市| 普定县| 安康市| 玉屏| 双江| 拉孜县| 通河县| 隆化县| 札达县| 莲花县| 论坛| 仁怀市| 灵寿县| 天峨县| 正镶白旗| 海兴县| 湘阴县| 平塘县| 中西区| 梅河口市| 宽城| 安达市| 靖安县| 灌阳县| 册亨县| 威远县| 金昌市| 龙门县| 禹城市| 太湖县| 敦煌市| 淅川县| 宜兰市| 泌阳县|