解析http响应
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解析http响应相关的知识,希望对你有一定的参考价值。
Split a string containing HTTP response into a array with HTTP headers and a string with HTTP content
function parse_http_response ($string) { $content = ''; $h = null; while ($str !== false) { $h = false; continue; } $h = true; $headers[$headername] .= ',' . $headervalue; else $headers[$headername] = $headervalue; } if ($h === false) { $content .= $str." "; } } }
以上是关于解析http响应的主要内容,如果未能解决你的问题,请参考以下文章