(PECL pecl_http >= 0.10.0)
http_parse_headers — HTTP ・リ・テ・タ、ム。シ・ケ、ケ、�
HTTP ・リ・テ・タ、ム。シ・ケ、キ。「マ「チロヌロホヒウハヌシ、キ、゙、ケ。」
HTTP ・リ・テ・タ、゙、猝クサ昀」
タョクキ、ソセ�遉ヒヌロホ「 シコヌヤ、キ、ソセ�遉ヒ FALSE 、ヨ、キ、゙、ケ。」
ホ�1 http_parse_headers() 、ホサネヘムヒ。
<?php
$headers = "content-type: text/html; charset=UTF-8\r\n".
"Server: Funky/1.0\r\n".
"Set-Cookie: foo=bar\r\n".
"Set-Cookie: baz=quux\r\n".
"Folded: works\r\n\ttoo\r\n";
print_r(http_parse_headers($headers));
?>
セ螟ホホ网ホスミホマ、マーハイシ、ネ、ハ、熙゙、ケ。」
Array ( [Content-Type] => text/html; chatset=UTF-8 [Server] => Funky/1.0 [Set-Cookie] => Array ( [0] => foo=bar [1] => baz=quux ) [Folded] => works too )