php 发送和接受自动http请求 使用socket操作,http自定义herader 1.php $A=trim(urlencode('aaaa'));$B=trim(urlencode('bbbb'));$C=trim(urlencode('ccccc'));$params= "Content-A=$A&Content-B=$B&Content-C=$C";$length=strlen($params);$fp=fsockopen("localhost",80,$errno,$errstr,10) orexi...