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