fsockeopen - 了解何时触发超时
当达到连接超时时,fsockeopen 返回 SOCKET_ETIMEDOUT 整数。
如果我们输入了错误主机或错误的端口,我们也会收到超时错误吗?
(抱歉,我在生产服务器上,我需要从理论上知道这一点)。
谢谢, MEM
fsockeopen returns a SOCKET_ETIMEDOUT integer when the connection timeout is reached.
If we put a wrong host or a wrong port, do we get a timeout error as well?
(sorry, I'm on production server, and I need to know this by theory).
Thanks,
MEM
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我们输入了错误的主机,我们就会收到另一个错误。
如果我们设置了错误的端口,我们也会收到超时错误。
If we put a wrong host, we got another error.
If we put a wrong port, we do get a timeout error as well.