window版本,select.php类中,loop方法中 $read = $this->_readFds; $write = $this->_writeFds; // 等待可读或者可写事件 stream_select($read, $write, $e, 0, $this->_selectTimeout); 其中,write什么时候会调用到?...