91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

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
确山县| 乌兰察布市| 黄大仙区| 察雅县| 大名县| 信宜市| 维西| 东乌| 彩票| 安塞县| 鸡泽县| 馆陶县| 卓资县| 宁晋县| 贡嘎县| 曲阜市| 青田县| 乌什县| 高州市| 梁河县| 磴口县| 茌平县| 天全县| 芦山县| 吉首市| 常熟市| 大同市| 藁城市| 灵武市| 紫金县| 兰溪市| 馆陶县| 昭通市| 栖霞市| 呼和浩特市| 迁西县| 蓝山县| 右玉县| 鄄城县| 白银市| 定襄县|