setHeader() setHeader(array<int,string> $header) : $this 设置表头 Parameters array $header Returns $this —
setTable() setTable(array<int,array<int,string>> $rows) : $this 追加多行(你提到的 setTable:追加行) Parameters array> $rows Returns $this —
render() render(\think\console\Output $output, string $title = 'Swoole Server Configuration') : void 渲染并输出表格(带装饰线和标题) Parameters \think\console\Output $output string $title