PHP 클래스 Prado\IO\TTextWriter

TTextWriter implements a memory-based text writer. Content written by TTextWriter are stored in memory and can be obtained by calling {@link flush()}.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\TComponent, implements Prado\IO\ITextWriter
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
flush ( ) : string Flushes the content that has been written.
write ( $str ) Writes a string.
writeLine ( $str = '' ) Writers a string and terminates it with a newline.

메소드 상세

flush() 공개 메소드

Flushes the content that has been written.
public flush ( ) : string
리턴 string the content being flushed

write() 공개 메소드

Writes a string.
public write ( $str )

writeLine() 공개 메소드

Writers a string and terminates it with a newline.
또한 보기: write
public writeLine ( $str = '' )