phpdbg_color

(PHP 5 >= 5.6.0, PHP 7, PHP 8)

phpdbg_colorDefine el color de ciertos elementos

Descripción

phpdbg_color(int $element, string $color): void

Define el color color para el elemento element.

Parámetros

element

Una de las constantes PHPDBG_COLOR_*.

color

El nombre del color. Puede ser white, red, green, yellow, blue, purple, cyan o black, y, opcionalmente, con los complementos -bold o -underline; por ejemplo white-bold o green-underline.

Valores devueltos

No devuelve ningún valor.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top