如何在php中打开套接字

发布于 2024-12-06 15:14:41 字数 164 浏览 0 评论 0原文

我对套接字完全陌生,对这个概念不太熟悉。我正在计划制作一个用于聊天的电话应用程序。现在我被告知,如果您打开一个套接字,您可以将结果(聊天条目)推送到电话应用程序。

现在这是我可以用 fsockopen php 函数做的事情吗?我如何保持连接打开并将数据从数据库推送到应用程序?

谢谢

I am completely new to sockets and not that familiar with the concept. I am planning on making a phone application for chatting. now I was told that if you open a socket you can push results (chat entries) to the phone application.

now is this something I can do with fsockopen php function?? and how would I keep the connection open and push data from the database to the application?

Thanks

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

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

发布评论

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

评论(1

紫瑟鸿黎 2024-12-13 15:14:41

阅读本文,您将立即启动并运行。套接字服务器神秘又有趣......:D

Read this and you'll be up and running in no time. Socket servers are mysterious and fun... :D

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