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