Interface ITextWriter

Description

ITextWriter interface.

This interface must be implemented by writers.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: interfaces.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /interfaces.php (line 89)


	
			
Method Summary
void flush ()
void write (string $str)
Methods
flush (line 99)

Flushes the content that has been written.

  • access: public
void flush ()
write (line 95)

Writes a string.

  • access: public
void write (string $str)
  • string $str: string to be written

Documentation generated on Mon, 25 Jun 2012 14:36:48 +0200 by phpDocumentor 1.4.3