[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/IO/ -> TTextWriter.php (sommaire)

TTextWriter class file

Author: Qiang Xue <qiang.xue@gmail.com>
Copyright: Copyright © 2005 PradoSoft
License: http://www.pradosoft.com/license/
Version: $Id: TTextWriter.php 1397 2006-09-07 07:55:53Z wei $
Poids: 60 lignes (1 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

TTextWriter:: (3 méthodes):
  flush()
  write()
  writeLine()


Classe: TTextWriter  - X-Ref

TTextWriter class.

TTextWriter implements a memory-based text writer.
Content written by TTextWriter are stored in memory
and can be obtained by calling {@link flush()}.

flush()   X-Ref
Flushes the content that has been written.

return: string the content being flushed

write($str)   X-Ref
Writes a string.

param: string string to be written

writeLine($str='')   X-Ref
Writers a string and terminates it with a newline.

param: string content to be written



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7