PHP 클래스 Phulp\Output

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

공개 프로퍼티들

프로퍼티 타입 설명
$quiet boolean

보호된 프로퍼티들

프로퍼티 타입 설명
$err resource The resource for err
$out resource The resource for out

공개 메소드들

메소드 설명
colorize ( string $string, string $color ) : string This method is used to colorize some text
err ( string $string ) : void This method is used to send some text to STDERR
out ( string $string ) : void This method is used to send some text to STDOUT, maybe with some color

메소드 상세

colorize() 공개 정적인 메소드

This method is used to colorize some text
public static colorize ( string $string, string $color ) : string
$string string the text to be colorized
$color string the color to colorize your
리턴 string

err() 공개 정적인 메소드

This method is used to send some text to STDERR
public static err ( string $string ) : void
$string string the text to be sent to STDERR
리턴 void

out() 공개 정적인 메소드

This method is used to send some text to STDOUT, maybe with some color
public static out ( string $string ) : void
$string string the text to be sent to STDOUT
리턴 void

프로퍼티 상세

$err 보호되어 있는 정적으로 프로퍼티

The resource for err
protected static resource $err
리턴 resource

$out 보호되어 있는 정적으로 프로퍼티

The resource for out
protected static resource $out
리턴 resource

$quiet 공개적으로 정적으로 프로퍼티

public static bool $quiet
리턴 boolean