- Full name:
\CLI
public static beep(): void
- This method is static.
public static opts(?string $name = null, mixed $default = null): mixed
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
?string | |
$default |
mixed |
public static write(string $out, ?string $fgcolor = null, ?string $bgcolor = null): void
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$out |
string | |
$fgcolor |
?string | |
$bgcolor |
?string |
public static writeln(string $out, ?string $fgcolor = null, ?string $bgcolor = null): void
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$out |
string | |
$fgcolor |
?string | |
$bgcolor |
?string |
public static progress(mixed $percent = false, mixed $dec): void
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$percent |
mixed | |
$dec |
mixed |