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