__construct() __construct(string|null $foreground = null, string|null $background = null, array $options = []) : mixed 初始化输出的样式 Parameters string|null $foreground 字体颜色 string|null $background 背景色 array $options 格式 Returns mixed —
setForeground() setForeground(string|null $color = null) : mixed 设置字体颜色 Parameters string|null $color 颜色名 Throws \InvalidArgumentException Returns mixed —
setBackground() setBackground(string|null $color = null) : mixed 设置背景色 Parameters string|null $color 颜色名 Throws \InvalidArgumentException Returns mixed —
setOption() setOption(string $option) : void 设置字体格式 Parameters string $option 格式名 Throws \InvalidArgumentException When the option name isn't defined
unsetOption() unsetOption(string $option) : void 重置字体格式 Parameters string $option 格式名 Throws \InvalidArgumentException