Class fileoutput

Description

Output data to textfiles

Located in /filefunctions.php (line 62)


	
			
Variable Summary
mixed $files
Method Summary
fileoutput fileoutput (string $filename, bool $should_overwrite)
void close ()
void write (string $string)
void writeln (string $string)
Variables
mixed $files (line 65)
Methods
Constructor fileoutput (line 72)

Opens a file

fileoutput fileoutput (string $filename, bool $should_overwrite)
  • string $filename: filename Filename
  • bool $should_overwrite: should_overwrite an existent file may be overwritten
close (line 114)

Closes the file

void close ()
write (line 90)

Write data to the file

void write (string $string)
  • string $string: string the data we want to output
writeln (line 102)

Writes a line to the file

void writeln (string $string)
  • string $string: string the data we want to output

Documentation generated on Thu, 15 Jul 2004 08:23:55 +0200 by phpDocumentor 1.3.0RC3