Home  >  Article  >  Backend Development  >  php socket 怎么实现非阻塞读取数据

php socket 怎么实现非阻塞读取数据

WBOY
WBOYOriginal
2016-06-06 20:23:082333browse

php socket 怎么实现非阻塞读取数据

回复内容:

php socket 怎么实现非阻塞读取数据

使用 socket_set_nonblock 可以将 socket 设置成非阻塞模式,不过PHP不是并发处理的,并没有一种很好的方式来实现非阻塞读取,实际上并没有多大意义。非阻塞写入使用的意义更大一些。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn