php强制文件下载代码

PHP 作者:hello程序员 2022-05-02 12:19:33

为用户提供强制性下载功能。

function force_download($file){

   if ((isset($file))&&(file_exists($file))) {

      header("Content-length: ".filesize($file));

      header('Content-Type: application/octet-stream');

      header('Content-Disposition: attachment; filename="' . $file . '"');

      readfile("$file");

   } else {

      echo "No file selected";

   }

}


关注公众号:拾黑(shiheibook)了解更多

友情链接:

下软件就上简单下载站:https://www.jdsec.com/
四季很好,只要有你,文娱排行榜:https://www.yaopaiming.com/
让资讯触达的更精准有趣:https://www.0xu.cn/

公众号 关注网络尖刀微信公众号
随时掌握互联网精彩
赞助链接