server代码: $this->socket = stream_socket_server("tcp://0.0.0.0:13008", $errno, $errmsg, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN); $this->event->add($this->socket, EventInterface::EV_READ, array($th...