Method | Description | |
---|---|---|
__construct ( string | null $foreground = null, string | null $background = null, array $options = [] ) | 初始化输出的样式 | |
apply ( string $text ) : string | 应用样式到文字 | |
setBackground ( string | null $color = null ) | 设置背景色 | |
setForeground ( string | null $color = null ) | 设置字体颜色 | |
setOption ( string $option ) | 设置字体格式 | |
setOptions ( array $options ) | 批量设置字体格式 | |
unsetOption ( string $option ) | 重置字体格式 |
public setBackground ( string | null $color = null ) | ||
$color | string | null | 颜色名 |
public setForeground ( string | null $color = null ) | ||
$color | string | null | 颜色名 |