header(
‘Content-type:application/octet-stream‘
);
‘Content-Disposition:attachment;filename="‘
.
basename
(
$file
).
‘"‘
‘Content-Length:‘
filesize
));
readfile(
php下载文件添加header响应头
原文:https://www.cnblogs.com/jielin/p/10203140.html