以下に示すように:
コードをコピーします コードは次のとおりです:
//エンコーディングを定義します
header( 'Content-Type: text/html;charset=utf-8 ');
//Atom
header('Content-type: application/atom+xml');
//CSS
header('Content-type: text/css'); header('Content-type: text/javascript');
//JPEG 画像
header('Content-type: image/jpeg');
//JSON
header('Content-type: application/json' );
//PDF
header('Content-type: application/pdf');
//RSS
header('Content-Type: application/rss+xml; charset= ISO-8859- 1');
//テキスト (プレーン)
header('コンテンツ タイプ: text/plain')
//XML
header('コンテンツ タイプ: text/xml ');
// ok
header('HTTP/1.1 200 OK')
// 404 ヘッダーを設定します:
/ /アドレスを永続的なリダイレクトに設定します
header('HTTP/1.1 301 Moved Permanently')
//新しいアドレスに移動します
header('場所: http://www.example.org/' );
//ファイルのリダイレクトが遅延しました:
header('Refresh: 10; url=http://www.example.org/');
10 秒後にリダイレクトされます。 // もちろん、HTML 構文を使用して実装することもできます
// // 送信するファイルをロードします:
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: image/jpeg'); //JPG***
header('Content-Type: application/zip'); // ZIP ファイル
header(' Content-Type: application/pdf'); // PDF ファイル
header('Content-Type: audio/mpeg') // 音声ファイル
header('Content-Type: application/x-shockw**e-flash) '); // Flashアニメーション
/ /ログインダイアログを表示
header('HTTP/1.1 401 Unauthorized')
print 'Textユーザーが「キャンセル」または「
print」を押した場合に表示されます。「間違ったログインデータを入力しました」
http://www.bkjia.com/PHPjc/327669.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/327669.html
技術記事
以下に示すように、次のようにコードをコピーします。 //Definecoding header('Content-Type:text/html;charset=utf-8 ') //Atom header('Content-type: application/atom+xml'); ; //CSS ヘッダー('コンテンツ...