Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 PHP,我们如何读取/侦听 Linux 服务器中的 UDP 端口并将传入的数据保存到 MYSQL 数据库。是否可以将 PHP 文件设置为 cron/Daemon 来执行此任务。我们应该怎么做。请帮我。
要使用 php 侦听 UDP,您可以使用套接字。有一个很好的例子可以开始。关于您的第二个问题,是的,您可以使用脚本的 cron 启动或 php 之类的daemon。