fix #6: compatibility with 8.2
[awesomized/ext-ion] / docs / v0.2 / ion / LOB / __construct.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 LOB::__construct -
7 mdref
8 </title>
9 <meta property="og:title" content="ion\LOB::__construct">
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/LOB/__construct">
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/LOB">
40 LOB
41 </a>
42 <ul>
43 <li>
44
45 &circlearrowright; <strong><a href="./ion/LOB/__construct">LOB::__construct</a></strong>
46
47
48
49 </ul>
50
51 </ul>
52
53 </li>
54 </ul>
55
56 </li>
57 </ul>
58 </div>
59 <meta charset="utf-8"><h1>
60 <a class="permalink" href="ion/LOB/__construct#">#</a><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>])</h1><p>Create an ION large object.</p><h2 id="Params:">Params:<a class="permalink" href="ion/LOB/__construct#Params:">#</a>
61 </h2><ul>
62 <li>
63 <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/__construct#%24value">#</a></span><br>
64 The value of the large object.</li>
65 <li>Optional <a href="ion/Type">ion\Type</a> <span class="var" id="$type">$type<a class="permalink" href="ion/LOB/__construct#%24type">#</a></span> = <a href="ion/Type#CLob">ion\Type::CLob</a><br>
66 The type (CLob/BLob).</li>
67 </ul>
68 <div class="comments">
69 <style>.giscus-frame {min-height: 16em;}</style>
70 <script>
71 function giscus_load(button) {
72 let script = document.createElement("script");
73 script.setAttribute("data-repo", 'awesomized/ext-ion');
74 script.setAttribute("data-category", 'Comments on Docs');
75 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
76 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
77 script.setAttribute("data-mapping", 'og:title');
78 script.setAttribute("data-input-position", 'bottom');
79 script.setAttribute("data-reactions-enabled", false);
80 script.setAttribute("data-theme", 'light');
81 script.setAttribute("data-lang", 'en');
82
83 script.src = "//giscus.app/client.js";
84 button.parentNode.replaceChild(script, button);
85 }
86 </script>
87 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
88
89 </div>
90
91 <footer>
92
93 <ul>
94 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
95 </a></li>
96 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
97 <li>
98 </li>
99 </ul>
100
101 </footer>
102
103 <script src="index.js" defer></script>
104
105 </div>
106 </body>
107 </html>