0eb1eef2d1eb9df1f083eaacc81ef1373e903ed0
[awesomized/ext-ion] / docs / v0.0 / 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 name="viewport" content="width=1200, initial-scale=0.5">
10 <base href="/v0.0/">
11 <meta http-equiv="Content-Location" content="/v0.0/ion/LOB">
12 <link rel="stylesheet" href="index.css">
13
14 <link href="https://fonts.googleapis.com/css?family=Inconsolata&amp;subset=latin-ext" rel="stylesheet">
15 <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
16 <link rel="shortcut icon" href="/v0.0/favicon.ico">
17 </head>
18 <body>
19 <div class="page">
20
21 <div class="sidebar">
22
23 <div class="edit">
24 <a href="./ion/LOB">Edit</a>
25 </div>
26
27
28 <ul>
29 <li>&lsh; <a href="./">Home</a>
30
31 <ul>
32 <li>
33
34 &uarr; <a href="./ion">
35 ion
36 </a>
37 <ul>
38 <li>
39
40 &circlearrowright; <strong><a href="./ion/LOB">LOB</a></strong>
41
42
43 <ul>
44
45 <li>
46 &rdsh; <a href="./ion/LOB/__construct">LOB::__construct</a>
47
48 </li>
49
50 </ul>
51
52
53 </ul>
54
55 <li>&ldsh; <a href="./ion/Catalog">Catalog</a></li>
56
57 <li>&ldsh; <a href="./ion/Decimal">Decimal</a></li>
58
59 <li>&ldsh; <a href="./ion/Exception">Exception</a></li>
60
61 <li>&ldsh; <a href="./ion/Reader">Reader</a></li>
62
63 <li>&ldsh; <a href="./ion/Serializer">Serializer</a></li>
64
65 <li>&ldsh; <a href="./ion/Symbol">Symbol</a></li>
66
67 <li>&ldsh; <a href="./ion/Timestamp">Timestamp</a></li>
68
69 <li>&ldsh; <a href="./ion/Type">Type</a></li>
70
71 <li>&ldsh; <a href="./ion/Unserializer">Unserializer</a></li>
72
73 <li>&ldsh; <a href="./ion/Writer">Writer</a></li>
74
75 <li>&ldsh; <a href="./ion/serialize">serialize</a></li>
76
77 <li>&ldsh; <a href="./ion/unserialize">unserialize</a></li>
78
79 </li>
80 </ul>
81
82 </li>
83 </ul>
84 </div>
85
86 <h1>class ion\LOB</h1>
87 <p>A large object.</p>
88 <p>See also \ion\Type, <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>
89 <h2>Constants:<a id="Constants:" href="#Constants:" class="permalink" aria-hidden="true" title="">#</a></h2>
90 <p>None.</p>
91 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
92 <ul>
93 <li>public string $value<br />
94 The value of the large object.</li>
95 <li>public ion\Type $type<br />
96 The type (CLob/BLob).</li>
97 </ul>
98
99
100
101 <h2 id="Functions:">Functions:</h2>
102 <ul>
103
104 <li>
105 <h3><a href="ion/LOB/__construct">LOB::__construct</a></h3>
106 <p>Create an ION large object.</p>
107
108 <p>void ion\LOB::__construct(string $value, [ion\Type $type = ion\Type::CLob])</p>
109 </li>
110
111 </ul>
112
113
114 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
115 <script>
116 var disqus_shortname = 'mdref';
117 var disqus_identifier = 'ion/LOB';
118 </script>
119
120 <footer>
121
122 <ul>
123 <li><a href="https://github.com/m6w6/mdref">mdref-v2.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"></script>
133
134 </div>
135 </body>
136 </html>