Workerman共2篇

Thinkphp6 WorkerMan中如何向某个特定客户端发送数据

Thinkphp6 WorkerMan中如何向某个特定客户端发送数据-趙哥博客-赵哥博客
<?php declare (strict_types=1); namespace app\server; use think\worker\Server; use Workerman\Connection\TcpConnection; class index extends Server { protected $protocol = 'websoc...
趙哥的头像-趙哥博客-赵哥博客趙哥2年前
0116915

thinkphp6扩展库Workerman的使用(websocket)

thinkphp6扩展库Workerman的使用(websocket)-趙哥博客-赵哥博客
Workerman Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。被广泛的用于手机app、手游服务端、网络游戏服务器、聊天室服务器、硬件通讯服务器、智能家居、车联网、物联网等领域...
趙哥的头像-趙哥博客-赵哥博客趙哥2年前
077812