__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
if (!\function_exists('str_cli_color')) {
/**
* Make a string colorful.
*
* A global alias to \Jfcherng\Utility\CliColor::color.
*
* @param string $str the string
* @param array|string $colors the colors
* @param bool $autoReset automatically reset at the end of the string?
*
* @return string the colored string
*/
function str_cli_color(string $str, $colors = [], bool $autoReset = true): string
{
return \Jfcherng\Utility\CliColor::color($str, $colors, $autoReset);
}
}
if (!\function_exists('str_cli_nocolor')) {
/**
* Remove all colors from a string.
*
* A global alias to \Jfcherng\Utility\CliColor::noColor
*
* @param string $str the string
*
* @return string the string without colors
*/
function str_cli_nocolor(string $str): string
{
return \Jfcherng\Utility\CliColor::noColor($str);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CliColor.php | File | 5.48 KB | 0664 |
|
| helpers.php | File | 993 B | 0664 |
|