phpdbg_color
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
Sets the color of certain elements
Description
phpdbg_color(int $element, string $color): void
Set the color of the given element.
Parameters
elementOne of the
PHPDBG_COLOR_*constants.colorThe name of the color. One of
white,red,green,yellow,blue,purple,cyanorblack, optionally with either a trailing-boldor-underline, for instance,white-boldorgreen-underline.
Return Values
Void