使用 PHP 的 fsockopen() 中断 TCP 握手?

发布于 2024-09-01 16:24:19 字数 174 浏览 3 评论 0原文

举个例子:

fsockopen(tcp:\\example.com, 80, $errno, $errstr, 5)

我的朋友刚刚告诉我 PHP 总是会等待 TCP 握手完成之后关闭套接字。然而,我很难相信PHP不能中断握手。

是否可以?如果是这样,怎么办?

Take for example:

fsockopen(tcp:\\example.com, 80, $errno, $errstr, 5)

My friend has just informed me that PHP will always wait for the TCP handshake to be completed before closing the socket. However, I find it difficult to believe that PHP can't interrupt the handshake.

Is it possible? If so, how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

断念 2024-09-08 16:24:19

不,这是不可能的。

No, It is not possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文