php PHPでgetallheaders()が动かない时用の关数https://stackoverflow.com/questions/13224615/get-the-http-headers-f
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php PHPでgetallheaders()が动かない时用の关数https://stackoverflow.com/questions/13224615/get-the-http-headers-f相关的知识,希望对你有一定的参考价值。
<?php
if (!function_exists('getallheaders')) {
function getallheaders() {
$headers = array();
foreach ($_SERVER as $name => $value) {
if (substr($name, 0, 5) == 'HTTP_') {
$headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
}
}
return $headers;
}
}
// ヘッダー情報を出力
print_r(getallheaders());
?>
以上是关于php PHPでgetallheaders()が动かない时用の关数https://stackoverflow.com/questions/13224615/get-the-http-headers-f的主要内容,如果未能解决你的问题,请参考以下文章
PHP getallheaders 替代
PHP接收http请求头信息
PHP警告:require和PHP致命错误:require()
php PHPで现在のページのURLを取得する
php PHPで日本の祝日や振替休日を出力
php 20180511 PageTopを途中で表示