PHP 클래스 PhpSchool\CliMenu\Util\StringUtil

저자: Michael Woodward ([email protected])
파일 보기 프로젝트 열기: php-school/cli-menu 1 사용 예제들

공개 메소드들

메소드 설명
stripAnsiEscapeSequence ( string $str ) : string
wordwrap ( string $str, integer $width, string $break = " " ) : string Minimal multi-byte wordwrap implementation which also takes break length into consideration

메소드 상세

stripAnsiEscapeSequence() 공개 정적인 메소드

public static stripAnsiEscapeSequence ( string $str ) : string
$str string
리턴 string

wordwrap() 공개 정적인 메소드

Minimal multi-byte wordwrap implementation which also takes break length into consideration
public static wordwrap ( string $str, integer $width, string $break = " " ) : string
$str string
$width integer
$break string
리턴 string