PHP 클래스 pocketmine\utils\TextFormat

파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 1 사용 예제들

공개 메소드들

메소드 설명
clean ( string $string, boolean $removeFormat = true ) : mixed Cleans the string from Minecraft codes and ANSI Escape Codes
toANSI ( $string ) : string Returns a string with colorized ANSI Escape codes
toHTML ( string | array $string ) : string Returns an HTML-formatted string with colors/markup
toJSON ( string | array $string ) : string Returns an JSON-formatted string with colors/markup
tokenize ( string $string ) : array Splits the string by Format tokens

메소드 상세

clean() 공개 정적인 메소드

Cleans the string from Minecraft codes and ANSI Escape Codes
public static clean ( string $string, boolean $removeFormat = true ) : mixed
$string string
$removeFormat boolean
리턴 mixed

toANSI() 공개 정적인 메소드

Returns a string with colorized ANSI Escape codes
public static toANSI ( $string ) : string
$string
리턴 string

toHTML() 공개 정적인 메소드

Returns an HTML-formatted string with colors/markup
public static toHTML ( string | array $string ) : string
$string string | array
리턴 string

toJSON() 공개 정적인 메소드

Returns an JSON-formatted string with colors/markup
public static toJSON ( string | array $string ) : string
$string string | array
리턴 string

tokenize() 공개 정적인 메소드

Splits the string by Format tokens
public static tokenize ( string $string ) : array
$string string
리턴 array