PHP強制瀏覽器不打開而是下載文件

<?php

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