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