05月17, 2015

php的getallheaders函数在nginx下失效的解决办法

 $value) {
            if (substr($name, 0, 5) == 'HTTP_') {
                $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
            }
        }
        return $headers;
    }}//over


本文链接:https://lxyit.com/article/show/68.html

-- EOF --