中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

PHP header()的7種用法

PHP
小云
104
2023-08-28 12:59:13
欄目: 編程語言

  1. 重定向到其他頁面:
header("Location: http://www.example.com");
exit;
  1. 強制下載文件:
header("Content-Disposition: attachment; filename='example.pdf'");
header("Content-Type: application/pdf");
readfile("path/to/example.pdf");
  1. 設置刷新頁面時間:
header("Refresh: 5; url=http://www.example.com");
echo "頁面將在5秒后刷新到新的頁面";
  1. 設置頁面編碼:
header("Content-Type: text/html; charset=UTF-8");
  1. 禁止頁面緩存:
header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");
header("Expires: 0");
  1. 設置頁面狀態碼:
header("HTTP/1.1 404 Not Found");
  1. 設置文件下載大小:
header("Content-Length: " . filesize("path/to/example.pdf"));

0
扬中市| 名山县| 富裕县| 宁阳县| 广宗县| 肥西县| 阜平县| 广汉市| 丰都县| 崇明县| 旬阳县| 文安县| 遂川县| 琼结县| 长阳| 延津县| 双桥区| 饶阳县| 乾安县| 枝江市| 桐城市| 会昌县| 余干县| 永修县| 东乌珠穆沁旗| 兴宁市| 萍乡市| 洪洞县| 花莲县| 镇雄县| 襄城县| 宁夏| 金沙县| 莆田市| 共和县| 荣成市| 新平| 新乡县| 台中市| 莱阳市| 丹凤县|