PHP 인터페이스 ConsoleKit\TextWriter

파일 보기 프로젝트 열기: maximebf/consolekit 0 사용 예제들

공개 메소드들

메소드 설명
write ( $test, $pipe = TextWriter::STDOUT ) Outputs text
writeln ( $test = '', $pipe = TextWriter::STDOUT ) Outputs text followed by a line break

메소드 상세

write() 공개 메소드

Outputs text
public write ( $test, $pipe = TextWriter::STDOUT )

writeln() 공개 메소드

Outputs text followed by a line break
public writeln ( $test = '', $pipe = TextWriter::STDOUT )