PHP强制浏览器不打开而是下载文件

<?php

header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=".($filename)); 
readfile($file);
相关文章
相关标签/搜索