在 PHP 中 - 有没有办法知道 fsockopen 何时超时?
我想知道是否有人知道如何知道 fsockopen 何时超时? 例如,如果我将超时设置为 5 秒,我可以定义一个处理程序来在连接到我的服务器达到该超时时执行某些操作吗?
谢谢
I was wondering if anyone knows a way to know when fsockopen times out?
For instance if I set the timeout to 5 seconds, can I define a handler to do something if it hits that timeout connecting to my server?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 手册页:
From the man page: