文件名称:php强制下载类型的实现代码
文件大小:41KB
文件格式:PDF
更新时间:2024-01-08 19:37:52
hp php
复制代码 代码如下: function downloadFile($file){ /*Coded by Alessio Delmonti*/ $file_name = $file; $mime = ‘application/force-download’; header(‘Pragma: public’); // required header(‘Expires: 0’); // no cache header(‘Cache-Control: must-revalid