国产探花免费观看_亚洲丰满少妇自慰呻吟_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. }  

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 广宗县| 乌什县| 金乡县| 安泽县| 宁乡县| 托克托县| 安宁市| 陵川县| 车致| 冀州市| 永安市| 漯河市| 东山县| 马尔康县| 金塔县| 镇原县| 勃利县| 赞皇县| 临高县| 阜新市| 久治县| 且末县| 南平市| 永安市| 丰城市| 北流市| 阿坝| 保亭| 临猗县| 临沧市| 长葛市| 呈贡县| 白山市| 凭祥市| 武川县| 南通市| 宜城市| 安化县| 安岳县| 安岳县| 南康市|