7b16c87467456a5061454bc31fd303aed65eb59f
[awesomized/ext-ion] / docs / v0.2 / ion / Symbol / Table / find.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Table::find -
7 mdref
8 </title>
9 <meta property="og:title" content="ion\Symbol\Table::find">
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/find">
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/find">Table::find</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/findLocal">Table::findLocal</a></li>
64
65 <li>&ldsh; <a href="./ion/Symbol/Table/getMaxId">Table::getMaxId</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/find#">#</a>?<a href="ion/Symbol">ion\Symbol</a> <a href="ion/Symbol/Table/find">ion\Symbol\Table::find</a>(<code><a href="https://php.net/manual/en/language.types.string">string</a></code>|<code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var">$id</span>)</h1><p>Find a symbol within the symbol table, including imports.</p><h2 id="Params:">Params:<a class="permalink" href="ion/Symbol/Table/find#Params:">#</a>
81 </h2><ul>
82 <li>
83 <code><a href="https://php.net/manual/en/language.types.string">string</a></code>|<code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var" id="$id">$id<a class="permalink" href="ion/Symbol/Table/find#%24id">#</a></span><br>
84 The ID or text of the symbol to find.</li>
85 </ul><h2 id="Returns:">Returns:<a class="permalink" href="ion/Symbol/Table/find#Returns:">#</a>
86 </h2><ul>
87 <li>
88 <a href="ion/Symbol">\ion\Symbol</a>|<code><a href="https://php.net/manual/en/language.types.null">null</a></code>, The symbol found, if any.</li>
89 </ul>
90 <div class="comments">
91 <style>.giscus-frame {min-height: 16em;}</style>
92 <script>
93 function giscus_load(button) {
94 let script = document.createElement("script");
95 script.setAttribute("data-repo", 'awesomized/ext-ion');
96 script.setAttribute("data-category", 'Comments on Docs');
97 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
98 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
99 script.setAttribute("data-mapping", 'og:title');
100 script.setAttribute("data-input-position", 'bottom');
101 script.setAttribute("data-reactions-enabled", false);
102 script.setAttribute("data-theme", 'light');
103 script.setAttribute("data-lang", 'en');
104
105 script.src = "//giscus.app/client.js";
106 button.parentNode.replaceChild(script, button);
107 }
108 </script>
109 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
110
111 </div>
112
113 <footer>
114
115 <ul>
116 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
117 </a></li>
118 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
119 <li>
120 </li>
121 </ul>
122
123 </footer>
124
125 <script src="index.js" defer></script>
126
127 </div>
128 </body>
129 </html>