PHP 인터페이스 Prado\IO\ITextWriter

This interface must be implemented by writers.
부터: 3.0
저자: Qiang Xue ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
flush ( ) Flushes the content that has been written.
write ( $str ) Writes a string.

메소드 상세

flush() 공개 메소드

Flushes the content that has been written.
public flush ( )

write() 공개 메소드

Writes a string.
public write ( $str )