Output stream subclass for file streams.
| package |
phing.system.io |
|---|
__construct(resource $stream)
resourceConfigured PHP stream for writing.
__toString() : string
string
close() : void
| throws |
if cannot close stream (note that attempting to close an already closed stream will not raise an IOException) |
|---|
flush()
| throws |
if unable to flush data (e.g. stream is not open). |
|---|
write(string $buf, int $off = null, int $len = null) : void
| throws |
|
|---|
stringBinary/character data to write.
int(Optional) offset.
int(Optional) number of bytes/chars to write.
stream : resource
| var |
The configured PHP stream. |
|---|
resource