TCP 服务器

优质
小牛编辑
126浏览
2023-12-01
  • Swoole\Network\Server 使用swoole扩展作为底层驱动
  • Swoole\Network\SelectTCP 使用PHP提供的stream_select作为事件驱动方式
  • Swoole\Network\BlockTCP 阻塞方式的TCP
  • Swoole\Network\EventTCP libevent扩展作为底层驱动