From professional translators, enterprises, web pages and freely available translation repositories.
getallheaders() および headers_sent() も参照して下さい。
prev
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
もしphpがapacheモジュールとして動作しているなら、 getallheaders() を使えば全てのヘッダを取得する ことができます。下のちょっとしたコードで全てのリクエストヘッダを 表示することができます。
then use a meta tag to redirect to the php page, or have a link to the php page.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
getallheaders() は、 apache_request_headers() のエイリアスです。 この関数は、カレントのリクエストにおける全てのhttpヘッダーを有する 連想配列を返します。この関数の動作に関する詳細については、 apache_request_headers() のドキュメントを参照して 下さい。
please read the apache_request_headers() documentation for more information on how this function works.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: