1a6cd53e63efc4daca99844b5f878b3e97cdf635
[awesomized/ext-ion] / docs / v0.2 / ion / Reader / Buffer / getBuffer.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Buffer::getBuffer -
7 mdref
8 </title>
9 <meta property="og:title" content="ion\Reader\Buffer::getBuffer">
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/getBuffer">
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/getBuffer">Buffer::getBuffer</a></strong>
52
53
54
55 </ul>
56
57 <li>&ldsh; <a href="./ion/Reader/Buffer/Reader">Reader</a></li>
58
59 </ul>
60
61 </li>
62
63 </ul>
64
65 </li>
66 </ul>
67
68 </li>
69 </ul>
70 </div>
71 <meta charset="utf-8"><h1>
72 <a class="permalink" href="ion/Reader/Buffer/getBuffer#">#</a><code><a href="https://php.net/manual/en/language.types.string">string</a></code> <a href="ion/Reader/Buffer/getBuffer">ion\Reader\Buffer::getBuffer</a>()</h1><p>Get the buffer being read from.</p><h2 id="Params:">Params:<a class="permalink" href="ion/Reader/Buffer/getBuffer#Params:">#</a>
73 </h2><p>None.</p><h2 id="Returns:">Returns:<a class="permalink" href="ion/Reader/Buffer/getBuffer#Returns:">#</a>
74 </h2><ul>
75 <li>
76 <code><a href="https://php.net/manual/en/language.types.string">string</a></code>, The buffer read from.</li>
77 </ul>
78 <div class="comments">
79 <style>.giscus-frame {min-height: 16em;}</style>
80 <script>
81 function giscus_load(button) {
82 let script = document.createElement("script");
83 script.setAttribute("data-repo", 'awesomized/ext-ion');
84 script.setAttribute("data-category", 'Comments on Docs');
85 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
86 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
87 script.setAttribute("data-mapping", 'og:title');
88 script.setAttribute("data-input-position", 'bottom');
89 script.setAttribute("data-reactions-enabled", false);
90 script.setAttribute("data-theme", 'light');
91 script.setAttribute("data-lang", 'en');
92
93 script.src = "//giscus.app/client.js";
94 button.parentNode.replaceChild(script, button);
95 }
96 </script>
97 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
98
99 </div>
100
101 <footer>
102
103 <ul>
104 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
105 </a></li>
106 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
107 <li>
108 </li>
109 </ul>
110
111 </footer>
112
113 <script src="index.js" defer></script>
114
115 </div>
116 </body>
117 </html>