亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

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
峨眉山市| 德清县| 平顶山市| 平谷区| 惠安县| 修水县| 十堰市| 尉氏县| 海盐县| 昭苏县| 洛川县| 文登市| 梨树县| 德格县| 宝清县| 南投市| 宝丰县| 花莲市| 崇义县| 宜兰县| 友谊县| 雷州市| 灵武市| 昔阳县| 龙井市| 泾源县| 兴和县| 栖霞市| 湛江市| 炉霍县| 师宗县| 琼海市| 昭通市| 新泰市| 瑞昌市| 嘉祥县| 海城市| 凤阳县| 广灵县| 道真| 白玉县|