classes/phing/system/io/Writer.php
Abstract class for writing character streams.
- package
- phing.system.io
Abstract class for writing character streams.
- package
- phing.system.io
Methods



close(
)
:
abstractClose the stream.
Details
- throws
- - if there is an error closing stream.



write(
string $buf, int $off
=
null, int $len
=
null
)
:
abstractWrites data to output stream.
Parameters
| Name |
Type |
Description |
| $buf |
string |
|
| $off |
int |
|
| $len |
int |
|