docs
[awesomized/ext-ion] / docs / v0.0 / ion / Symbol.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Symbol -
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/Symbol">
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/Symbol">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/Symbol">Symbol</a></strong>
41
42
43 <ul>
44
45 <li>
46 &rdsh; <a href="./ion/Symbol/Enum">Enum</a>
47
48 </li>
49
50 <li>
51 &rdsh; <a href="./ion/Symbol/ImportLocation">ImportLocation</a>
52
53 </li>
54
55 <li>
56 &rdsh; <a href="./ion/Symbol/Table">Table</a>
57
58 <ul>
59
60 <li>&rdsh; <a href="./ion/Symbol/Table/Local">Local</a>
61 </li>
62
63 <li>&rdsh; <a href="./ion/Symbol/Table/PHP">PHP</a>
64 </li>
65
66 <li>&rdsh; <a href="./ion/Symbol/Table/Shared">Shared</a>
67 </li>
68
69 <li>&rdsh; <a href="./ion/Symbol/Table/System">System</a>
70 </li>
71
72 </ul>
73
74 </li>
75
76 <li>
77 &rdsh; <a href="./ion/Symbol/__construct">Symbol::__construct</a>
78
79 </li>
80
81 <li>
82 &rdsh; <a href="./ion/Symbol/equals">Symbol::equals</a>
83
84 </li>
85
86 <li>
87 &rdsh; <a href="./ion/Symbol/toString">Symbol::toString</a>
88
89 </li>
90
91 </ul>
92
93
94 </ul>
95
96 <li>&ldsh; <a href="./ion/: Contributing">★ Contributing</a></li>
97
98 <li>&ldsh; <a href="./ion/: Security">★ Security</a></li>
99
100 <li>&ldsh; <a href="./ion/Catalog">Catalog</a></li>
101
102 <li>&ldsh; <a href="./ion/Decimal">Decimal</a></li>
103
104 <li>&ldsh; <a href="./ion/Exception">Exception</a></li>
105
106 <li>&ldsh; <a href="./ion/LOB">LOB</a></li>
107
108 <li>&ldsh; <a href="./ion/Reader">Reader</a></li>
109
110 <li>&ldsh; <a href="./ion/Serializer">Serializer</a></li>
111
112 <li>&ldsh; <a href="./ion/Timestamp">Timestamp</a></li>
113
114 <li>&ldsh; <a href="./ion/Type">Type</a></li>
115
116 <li>&ldsh; <a href="./ion/Unserializer">Unserializer</a></li>
117
118 <li>&ldsh; <a href="./ion/Writer">Writer</a></li>
119
120 <li>&ldsh; <a href="./ion/serialize">serialize</a></li>
121
122 <li>&ldsh; <a href="./ion/unserialize">unserialize</a></li>
123
124 </li>
125 </ul>
126
127 </li>
128 </ul>
129 </div>
130
131 <h1>class ion\Symbol implements Stringable</h1>
132 <p>See also <a href="https://amzn.github.io/ion-docs/docs/spec.html#symbol">ION spec's symbol definition</a>, and <a href="https://amzn.github.io/ion-docs/guides/symbols-guide.html">ION spec's symbol guide</a>.</p>
133 <h2>Constants:<a id="Constants:" href="#Constants:" class="permalink" aria-hidden="true" title="">#</a></h2>
134 <p>None.</p>
135 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
136 <ul>
137 <li>public ?string $value = NULL<br />
138 The symbol's text representation.</li>
139 <li>public int $sid = -1<br />
140 The symbols ID, referencing its location within a shared symbol table.</li>
141 <li>public ?ion\Symbol\ImportLocation $importLocation = NULL<br />
142 The import location referencing a shared symbol table.</li>
143 </ul>
144
145
146
147 <h2 id="Functions:">Functions:</h2>
148 <ul>
149
150 <li>
151 <h3><a href="ion/Symbol/__construct">Symbol::__construct</a></h3>
152 <p>Create an ION symbol.</p>
153
154 <p>void ion\Symbol::__construct([?string $value = NULL, [int $sid = -1, [?ion\Symbol\ImportLocation $importLocation = NULL]]])</p>
155 </li>
156
157 <li>
158 <h3><a href="ion/Symbol/equals">Symbol::equals</a></h3>
159 <p>Compare two symbols for equality.</p>
160
161 <p>bool ion\Symbol::equals(ion\Symbol $symbol)</p>
162 </li>
163
164 <li>
165 <h3><a href="ion/Symbol/toString">Symbol::toString</a></h3>
166
167 <p>string ion\Symbol::toString()</p>
168 </li>
169
170 </ul>
171
172
173 <h2 id="Namespaces,.Interfaces.and.Classes:">Namespaces, Interfaces and Classes:</h2>
174 <ul>
175
176 <li>
177 <h3><a href="ion/Symbol/Enum">Enum</a></h3>
178 <p>Base interface of built-in shared symbol tables.</p>
179
180 <p>interface ion\Symbol\Enum</p>
181 </li>
182
183 <li>
184 <h3><a href="ion/Symbol/ImportLocation">ImportLocation</a></h3>
185 <p>The import location (referring to a shared table= of a symbol.</p>
186
187 <p>class ion\Symbol\ImportLocation</p>
188 </li>
189
190 <li>
191 <h3><a href="ion/Symbol/Table">Table</a></h3>
192 <p>Base interface of an ION symbol table.</p>
193
194 <p>interface ion\Symbol\Table</p>
195 </li>
196
197 </ul>
198
199 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
200 <script>
201 var disqus_shortname = 'mdref';
202 var disqus_identifier = 'ion/Symbol';
203 </script>
204
205 <footer>
206
207 <ul>
208 <li><a href="https://github.com/m6w6/mdref">mdref-v2.0
209 </a></li>
210 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
211 <li>
212 </li>
213 </ul>
214
215 </footer>
216
217 <script src="index.js"></script>
218
219 </div>
220 </body>
221 </html>