<?<a href
="http://lib.csdn.net/base/php" class
='replace_word' title
="PHP知识库" target
='_blank' style
='color:#df3434; font-weight:bold;'>PHP
</a
>
header(
'HTTP/1.1 200 OK');
header(
'HTTP/1.1 301 Moved Permanently');
header(
'Location: http://www.maiyoule.com/');
header(
'HTTP/1.1 304 Not Modified');
header(
'HTTP/1.1 401 Unauthorized');
header(
'WWW-Authenticate: Basic realm="登录信息"');
echo
'显示的信息!';
header(
'HTTP/1.1 403 Forbidden');
header(
'HTTP/1.1 404 Not Found');
header(
'HTTP/1.1 500 Internal Server Error');
header(
'Refresh: 3; url=http://www.maiyoule.com/');
echo
'10后跳转到http://www.maiyoule.com';
header(
'X-Powered-By: <a href="http://lib.csdn.net/base/php" class='replace_word
' title="PHP知识库" target='_blank
' style='color:
#df3434; font
-weight:bold;
'>php</a>/5.3.0');
header(
'X-Powered-By: Brain/0.6b');
header(
'Content-language: en');
$time = time()
- 60;
header(
'Last-Modified: '.gmdate(
'D, d M Y H:i:s',
$time)
.' GMT');
header(
'Content-Length: 39344');
header(
'Content-Type: application/octet-stream');
header(
'Content-Disposition: attachment; filename="example.zip"');
header(
'Content-Transfer-Encoding: binary');
readfile(
'example.zip');
header(
'Cache-Control: no-cache, no-store, max-age=0, must-revalidate');
header(
'Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header(
'Pragma: no-cache');
header(
'Content-Type: text/html; charset=iso-8859-1');
header(
'Content-Type: text/html; charset=utf-8');
header(
'Content-Type: text/plain');
header(
'Content-Type: image/jpeg');
header(
'Content-Type: application/zip');
header(
'Content-Type: application/pdf');
header(
'Content-Type: audio/mpeg');
header(
'Content-Type: application/x-shockwave-flash');
?>
转载请注明原文地址: https://www.6miu.com/read-26979.html