php $fp = fsockopen("127.0.0.1",80,$errno,$errstr,30); if(!$fp){ echo "$errstr ($errno)<br />n"; }else{ $out = "GET / HTTP/1.1rn" ...
確定! 回上一頁