Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 37711 программистов и 2380 роботов. Сейчас ищут 815 программистов ...
Color codes
Вернуться к: Console_Color
Color codes
Color codes – Tabular reference
| Color | Text normal | Text bold | Background |
|---|---|---|---|
| Black | %k | %K | %0 |
| Red | %r | %R | %1 |
| Green | %g | %G | %2 |
| Yellow | %y | %Y | %3 |
| Blue | %b | %B | %4 |
| Magenta | %m | %M | %5 |
| Purple | %p | %P | |
| Cyan | %c | %C | %6 |
| White | %w | %W | %7 |
| Style | Code |
|---|---|
| Blinking, flashing | %F |
| Underline | %U |
| Invert, reverse | %8 |
| Bold | %_, %9 |
| Reset color | %n |
| Single % | %% |
Вернуться к: Console_Color