d8c891071d9e4063a92f2f019569add16b123ef8
[awesomized/ext-ion] / docs / v0.2 / ion / Reader / Buffer / Reader.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Reader -
7 mdref
8 </title>
9 <meta property="og:title" content="ion\Reader\Buffer\Reader">
10 <meta name="viewport" content="width=1200, initial-scale=0.5">
11 <base href="/ext-ion/v0.2/">
12 <meta http-equiv="Content-Location" content="/ext-ion/v0.2/ion/Reader/Buffer/Reader">
13 <link rel="stylesheet" href="index.css">
14
15 <link rel="shortcut icon" href="/ext-ion/v0.2/favicon.ico">
16 </head>
17 <body>
18 <div class="page">
19
20 <div class="sidebar">
21
22 <div class="edit">
23 <a href="https://github.com/awesomized/ext-ion/edit/master/ion.stub.php">Edit</a>
24 </div>
25
26
27 <ul>
28 <li>&lsh; <a href="./">Home</a>
29
30 <ul>
31 <li>
32
33 &uarr; <a href="./ion">
34 ion
35 </a>
36 <ul>
37 <li>
38
39 &uarr; <a href="./ion/Reader">
40 Reader
41 </a>
42 <ul>
43 <li>
44
45 &uarr; <a href="./ion/Reader/Buffer">
46 Buffer
47 </a>
48 <ul>
49 <li>
50
51 &circlearrowright; <strong><a href="./ion/Reader/Buffer/Reader">Reader</a></strong>
52
53
54 <ul>
55
56 <li>
57 &rdsh; <a href="./ion/Reader/Buffer/Reader/__construct">Reader::__construct</a>
58
59 </li>
60
61 </ul>
62
63
64 </ul>
65
66 <li>&ldsh; <a href="./ion/Reader/Buffer/getBuffer">Buffer::getBuffer</a></li>
67
68 </ul>
69
70 </li>
71
72 </ul>
73
74 </li>
75 </ul>
76
77 </li>
78 </ul>
79 </div>
80 <meta charset="utf-8"><h1>
81 <a class="permalink" href="ion/Reader/Buffer/Reader#">#</a><em>class</em> <a href="ion/Reader/Buffer/Reader">ion\Reader\Buffer\Reader</a> <br>&nbsp;<em>extends</em> <a href="ion/Reader/Reader">ion\Reader\Reader</a> <br>&nbsp;<em>implements</em> <a href="ion/Reader/Buffer">ion\Reader\Buffer</a>
82 </h1><p>ION buffer reader.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Reader/Buffer/Reader#Constants:">#</a>
83 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Reader/Buffer/Reader#Properties:">#</a>
84 </h2><p>None.</p><h2 id="Functions:">Functions:<a class="permalink" href="ion/Reader/Buffer/Reader#Functions:">#</a>
85 </h2><ul class="sub-entries sub-functions">
86
87 <li>
88 <h3 id="Reader::__construct">
89 <a href="ion/Reader/Buffer/Reader/__construct">Reader::__construct</a><a class="permalink" href="ion/Reader/Buffer/Reader#Reader::__construct">#</a>
90 </h3>
91 <p>Create a new <code><a href="https://php.net/manual/en/language.types.string">string</a></code> buffer reader.</p>
92
93 <p><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/Reader/Buffer/Reader/__construct">ion\Reader\Buffer\Reader::__construct</a>(<code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var">$buffer</span>, [<a href="ion/Reader/Options">ion\Reader\Options</a>|<code><a href="https://php.net/manual/en/language.types.array">array</a></code>|<code><a href="https://php.net/manual/en/language.types.null">null</a></code> <span class="var">$options</span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code>])</p>
94 </li>
95
96 </ul>
97 <div class="comments">
98 <style>.giscus-frame {min-height: 16em;}</style>
99 <script>
100 function giscus_load(button) {
101 let script = document.createElement("script");
102 script.setAttribute("data-repo", 'awesomized/ext-ion');
103 script.setAttribute("data-category", 'Comments on Docs');
104 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
105 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
106 script.setAttribute("data-mapping", 'og:title');
107 script.setAttribute("data-input-position", 'bottom');
108 script.setAttribute("data-reactions-enabled", false);
109 script.setAttribute("data-theme", 'light');
110 script.setAttribute("data-lang", 'en');
111
112 script.src = "//giscus.app/client.js";
113 button.parentNode.replaceChild(script, button);
114 }
115 </script>
116 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
117
118 </div>
119
120 <footer>
121
122 <ul>
123 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
124 </a></li>
125 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
126 <li>
127 </li>
128 </ul>
129
130 </footer>
131
132 <script src="index.js" defer></script>
133
134 </div>
135 </body>
136 </html>