Todo List
Writer | --OutputStreamWriter
Unlike the Java counterpart, this class does not (yet) handle character set transformations. This will be an important function of this class with move to supporting PHP6.
[line 39]
OutputStreamWriter __construct( OutputStream $outStream)
Overridden in child classes as:
void close( )
void flush( )
string getResource( )
unknown write( unknown_type $buf, [unknown_type $off = null], [unknown_type $len = null])