Class CFW_IO_FileWriter

Description
  • author: okada

Located in /IO/FileWriter.php (line 7)

CFW_IO_Writer
   |
   --CFW_IO_FileWriter
Variable Summary
unknown_type $encoding
unknown_type $filename
unknown_type $fp
unknown_type $mode
Method Summary
unknown_type __construct ($filename $filename, [ $option = array()])
unknown_type close ()
void lock ()
unknown_type open ()
void write ( $str)
void writeLine ( $str)
Variables
unknown_type $encoding = "utf-8" (line 27)
unknown_type $filename (line 12)
unknown_type $fp (line 17)
unknown_type $mode = "a" (line 22)
Methods
Constructor __construct (line 33)

構築

  • access: public
unknown_type __construct ($filename $filename, [ $option = array()])
  • $filename $filename
  • $option

Redefinition of:
CFW_IO_Writer::__construct()
構築
close (line 48)
  • access: public
unknown_type close ()
lock (line 69)
  • access: public
void lock ()
open (line 40)
  • access: public
unknown_type open ()
write (line 56)

(non-PHPdoc)

  • see: write()
  • access: public
void write ( $str)
  • $str

Redefinition of:
CFW_IO_Writer::write()
指定文字列を書き込む
writeLine (line 64)

(non-PHPdoc)

  • see: writeLine()
  • access: public
void writeLine ( $str)
  • $str

Redefinition of:
CFW_IO_Writer::writeLine()
指定文字列を書き込み改行を付加する

Inherited Methods

Inherited From CFW_IO_Writer

CFW_IO_Writer::__construct()
CFW_IO_Writer::write()
CFW_IO_Writer::writeLine()

Documentation generated on Fri, 25 Dec 2009 22:45:20 +0900 by phpDocumentor 1.4.3