basic API docs
[awesomized/ext-ion] / docs / src / ion / Writer / Stream / Writer / __construct.md
1 # void ion\Writer\Stream\Writer::__construct(resource $stream, [?ion\Writer\Options $options = NULL])
2
3 Create a new stream writer.
4
5
6
7
8
9
10 ## Params:
11
12 * resource $stream
13 The stream to write to.
14 * Optional ?ion\Writer\Options $options = NULL
15 Writer options.
16
17