Phrozn\Outputter\Console\Color::escape PHP 메소드

escape() 공개 정적인 메소드

Escapes % so they don't get interpreted as color codes
public static escape ( string $string ) : string
$string string String to escape
리턴 string
    public static function escape($string)
    {
        return self::getInstance()->getConsoleColorer()->escape($string);
    }