摘要: 使用socket操作,http自定义herader1.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) or exit($ 阅读全文
posted @ 2013-06-04 13:51 klj123wan 阅读(325) 评论(0) 推荐(0)