当前位置:Gxlcms > PHP教程 > 绑定socket公网ip时报错socket_bind():unabletobindaddress[99]

绑定socket公网ip时报错socket_bind():unabletobindaddress[99]

时间:2021-07-01 10:21:17 帮助过:20人阅读

绑定socket 公网ip时报错PHP Warning: socket_bind(): unable to bind address [99]: Cannot assign requested address in /var/www/html/tcp.php on line 8

回复内容:

绑定socket 公网ip时报错PHP Warning: socket_bind(): unable to bind address [99]: Cannot assign requested address in /var/www/html/tcp.php on line 8

1、端口被占用了
2、端口处于TIME_WAIT状态
3、IP写错了

肯定是IP写错了

人气教程排行