使用fsockopen() 打开一个网络连接或者一个Unix套接字连接,再用stream_set_blocking() 非阻塞模式请求:. $fp = fsockopen("www.example.com", 80, ...
確定! 回上一頁