class Cli extends CliDumper

CliDumper dumps variables for command line output.

Properties

static $defaultColors
static callable|resource|string|null $defaultOutput

Methods

__construct($output = null, string $charset = null, int $flags = 0)

No description

void
dumpLine(int $depth, bool $endOfValue = false)

No description

Details

at line 36
__construct($output = null, string $charset = null, int $flags = 0)

No description

Parameters

$output
string $charset
int $flags

at line 45
protected void dumpLine(int $depth, bool $endOfValue = false)

No description

Parameters

int $depth
bool $endOfValue

Return Value

void