Documentation

CLI
in package

Table of Contents

beep()  : void
opts()  : mixed
progress()  : void
write()  : void
writeln()  : void

Methods

beep()

public static beep() : void
Return values
void

opts()

public static opts([string|null $name = null ][, mixed $default = null ]) : mixed
Parameters
$name : string|null = null
$default : mixed = null
Return values
mixed

progress()

public static progress([mixed $percent = false ], mixed $dec) : void
Parameters
$percent : mixed = false
$dec : mixed
Return values
void

write()

public static write(string $out[, string|null $fgcolor = null ][, string|null $bgcolor = null ]) : void
Parameters
$out : string
$fgcolor : string|null = null
$bgcolor : string|null = null
Return values
void

writeln()

public static writeln(string $out[, string|null $fgcolor = null ][, string|null $bgcolor = null ]) : void
Parameters
$out : string
$fgcolor : string|null = null
$bgcolor : string|null = null
Return values
void

Search results