classes/phing/system/io/FileOutputStream.php
Output stream subclass for file streams.
- Extends from
- \OutputStream
- package
- phing.system.io
Properties
Methods



__construct(
mixed $file, boolean $append
=
false
)
:
Construct a new FileOutputStream.
Parameters
| Name |
Type |
Description |
| $file |
mixed |
|
| $append |
boolean |
Whether to append bytes to end of file rather than beginning. |
Details
- throws
- - if invalid argument specified.
- throws
- - if unable to open file.