fsockopen 实现模拟网站请求 可以使用fsockopen实现简单的异步请求,模拟http报文请求,这里是关于 post请求的例子:client.php<?php header('Content-type: text/html;charset=utf8'); $url = fsockopen 8年前 3014 浏览