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 中使用非阻塞套接字时如何等待数据?
一切正常,直到我需要从套接字读取数据,这就是我需要正确等待数据的地方。我不确定如何检查是否有要读取的数据。
如果 PHP 有非阻塞套接字,它应该有 select。
socket_select看起来是正确的使用方法。