寫(xiě)個(gè)簡(jiǎn)單的實(shí)時(shí)聊天,我的代碼: $worker = new WebServer("http://0.0.0.0:1024"); // web下的index.php用于頁(yè)面訪(fǎng)問(wèn) $worker->addRoot('192.168.0.190',__DIR__ . '/web'); $websocket = new Worker('websocket://0.0.0.0:2345'); // ……其它邏輯 //...