开发者

How to check if port 1129 is enabled?

开发者 https://www.devze.com 2023-01-06 01:47 出处:网络
I am using the fistdata global api, I got the sample code in php. When I run that code i got an error message

I am using the fistdata global api, I got the sample code in php. When I run that code i got an error message

Failure could not connect

I want to know is port 1129 is enable or 开发者_如何学Pythonnot in my site. How this possible?


$fp = @fsockopen($url,$port,$errno,$errstr,2);
if(!$fp)
{
    echo "Close.</br>";
}

    else{
    echo "Open.</br>";
    fclose($fp);
}


Try this online port scanner.

0

精彩评论

暂无评论...
验证码 换一张
取 消