__construct() __construct(\think\App $app, array $config = []) : mixed 架构函数 Parameters \think\App $app array $config 缓存参数 Returns mixed —
sendToClient() sendToClient( $tabid, $clientId, $logs, $forceClientId) : mixed 发送给指定客户端 Parameters $tabid $clientId $logs $forceClientId Returns mixed —
send() send(string $host, int $port, string $message = '', string $address = '/') : bool Parameters string $host $host of socket server int $port $port of socket server string $message 发送的消息 string $address 地址 Returns bool —