PHP 中的事件监听器
当 PHP 页面已通过套接字成功连接到的另一个 TCP 服务器上发生事件时,我希望我的 Web 服务器通过 PHP 页面通知我。该事件就像 TCP 服务器想要向 Web 服务器发送消息等。是否有任何方法可以完成此操作和/或有关如何执行此操作的任何参考?
I want my web server to notify me through a php page when an event occurs at another TCP server, to which the PHP page has successfully connected via a socket. The event is like the TCP server wants to send a message to the web server, etc. Is there any way to accomplish this and/or any references on how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然:
Sure: