Table of Contents
-
setColor()
: void
-
setUseColor()
: void
-
write()
: void
-
writeLine()
: void
setColor()
public
setColor(int|null $color[, int|null $bgColor = null ]) : void
Parameters
-
$color
: int|null
-
-
$bgColor
: int|null
= null
-
Return values
void
—
setUseColor()
public
setUseColor(bool $value) : void
Parameters
-
$value
: bool
-
Return values
void
—
write()
public
write(string $text) : void
Parameters
-
$text
: string
-
Return values
void
—
writeLine()
public
writeLine(string $text) : void
Parameters
-
$text
: string
-
Return values
void
—