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