system/io/FileWriter.php

Show: inherited
Table of Contents

\FileWriter

Package: phing\system\io

Convenience class for performing file write operations.

Parent(s)
\OutputStreamWriter < \Writer

Methods

methodpublic__construct( mixed $file, boolean $append = false ) : void

Construct a new FileWriter.

Parameters
Name Type Description
$file mixed

PhingFile or string pathname.

$append boolean

Append to existing file?

methodpublicclose( ) : void

methodpublicflush( ) : void

methodpublicgetResource( ) : void

methodpublicwrite( ) : void

Documentation was generated by DocBlox 0.17.1.