docs: tutorial
[awesomized/ext-ion] / docs / v0.1 / ion / LOB.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 LOB -
7 mdref
8 </title>
9 <meta property="og:title" content="ion\LOB">
10 <meta name="viewport" content="width=1200, initial-scale=0.5">
11 <base href="/ext-ion/v0.1/">
12 <meta http-equiv="Content-Location" content="/ext-ion/v0.1/ion/LOB">
13 <link rel="stylesheet" href="index.css">
14
15 <link rel="shortcut icon" href="/ext-ion/v0.1/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 &circlearrowright; <strong><a href="./ion/LOB">LOB</a></strong>
40
41
42 <ul>
43
44 <li>
45 &rdsh; <a href="./ion/LOB/__construct">LOB::__construct</a>
46
47 </li>
48
49 </ul>
50
51
52 </ul>
53
54 <li>&ldsh; <a href="./ion/: Contributing">★ Contributing</a></li>
55
56 <li>&ldsh; <a href="./ion/: Security">★ Security</a></li>
57
58 <li>&ldsh; <a href="./ion/: Tutorial">★ Tutorial</a></li>
59
60 <li>&ldsh; <a href="./ion/Catalog">Catalog</a></li>
61
62 <li>&ldsh; <a href="./ion/Decimal">Decimal</a></li>
63
64 <li>&ldsh; <a href="./ion/Exception">Exception</a></li>
65
66 <li>&ldsh; <a href="./ion/Reader">Reader</a></li>
67
68 <li>&ldsh; <a href="./ion/Serializer">Serializer</a></li>
69
70 <li>&ldsh; <a href="./ion/Symbol">Symbol</a></li>
71
72 <li>&ldsh; <a href="./ion/Timestamp">Timestamp</a></li>
73
74 <li>&ldsh; <a href="./ion/Type">Type</a></li>
75
76 <li>&ldsh; <a href="./ion/Unserializer">Unserializer</a></li>
77
78 <li>&ldsh; <a href="./ion/Writer">Writer</a></li>
79
80 <li>&ldsh; <a href="./ion/serialize">serialize</a></li>
81
82 <li>&ldsh; <a href="./ion/unserialize">unserialize</a></li>
83
84 </li>
85 </ul>
86
87 </li>
88 </ul>
89 </div>
90 <meta charset="utf-8"><h1>
91 <a class="permalink" href="ion/LOB#">#</a><em>class</em> <a href="ion/LOB">ion\LOB</a>
92 </h1><p>A large object.</p><p>See also <a href="ion/Type">\ion\Type</a>, <a href="https://amzn.github.io/ion-docs/docs/spec.html#blob">the ION spec's BLob definition</a>, and <a href="https://amzn.github.io/ion-docs/docs/spec.html#clob">the ION sepc's CLob definition</a>.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/LOB#Constants:">#</a>
93 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/LOB#Properties:">#</a>
94 </h2><ul>
95 <li>
96 <em>public</em> <code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var" id="$value">$value<a class="permalink" href="ion/LOB#%24value">#</a></span><br>
97 The value of the large object.</li>
98 <li>
99 <em>public</em> <a href="ion/Type">ion\Type</a> <span class="var" id="$type">$type<a class="permalink" href="ion/LOB#%24type">#</a></span> = <a href="ion/Type#CLob">ion\Type::CLob</a><br>
100 The type (CLob/BLob).</li>
101 </ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/LOB#Functions:">#</a>
102 </h2><ul class="sub-entries sub-functions">
103
104 <li>
105 <h3 id="LOB::__construct">
106 <a href="ion/LOB/__construct">LOB::__construct</a><a class="permalink" href="ion/LOB#LOB::__construct">#</a>
107 </h3>
108 <p>Create an ION large object.</p>
109
110 <p><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/LOB/__construct">ion\LOB::__construct</a>(<code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var">$value</span>, [<a href="ion/Type">ion\Type</a> <span class="var">$type</span> = <a href="ion/Type#CLob">ion\Type::CLob</a>])</p>
111 </li>
112
113 </ul>
114 <div class="comments">
115 <style>.giscus-frame {min-height: 16em;}</style>
116 <script>
117 function giscus_load(button) {
118 let script = document.createElement("script");
119 script.setAttribute("data-repo", 'awesomized/ext-ion');
120 script.setAttribute("data-category", 'Comments on Docs');
121 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
122 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
123 script.setAttribute("data-mapping", 'og:title');
124 script.setAttribute("data-input-position", 'bottom');
125 script.setAttribute("data-reactions-enabled", false);
126 script.setAttribute("data-theme", 'light');
127 script.setAttribute("data-lang", 'en');
128
129 script.src = "//giscus.app/client.js";
130 button.parentNode.replaceChild(script, button);
131 }
132 </script>
133 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
134
135 </div>
136
137 <footer>
138
139 <ul>
140 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
141 </a></li>
142 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
143 <li>
144 </li>
145 </ul>
146
147 </footer>
148
149 <script src="index.js" defer></script>
150
151 </div>
152 </body>
153 </html>