@socket_set_nonblock($sock);. And then loop continuously doing things with your connections and the data they send. while(true){ if(($newc = @socket_accept($ ...
確定! 回上一頁