Хабр Курсы для всех
РЕКЛАМА
Большая витрина: от крупнейших школ до частных авторов. Сравнивайте по цене, длительности, формату и выбирайте самый подходящий курс!
// Text colors
function setStyle($style='default') { $this->text .= "\033[".$this->style[$style]."m"; return $this; }
function setColor($color='default') { $this->text .= "\033[".$this->color[$style]; return $this; }
function setBgColor($color='default') { $this->text .= "\033[".$this->bgcolor[$style]; return $this; }
public function setSoundLong($milliseconds=500) { echo "'033[11;{$milliseconds}]"; return $this; }
Работа с ANSI консолью