chillerlan-QRCode-Common-ECICharset.html 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <base href="../">
  8. <link rel="icon" href="images/favicon.ico"/>
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/base.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com">
  12. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  14. <link rel="stylesheet" href="css/template.css">
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  19. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  20. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  21. <script src="js/search.js"></script>
  22. <script defer src="js/searchIndex.js"></script>
  23. </head>
  24. <body id="top">
  25. <header class="phpdocumentor-header phpdocumentor-section">
  26. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  27. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  28. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  29. <i class="fas fa-bars"></i>
  30. </label>
  31. <section data-search-form class="phpdocumentor-search">
  32. <label>
  33. <span class="visually-hidden">Search for</span>
  34. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  35. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  36. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  37. </svg>
  38. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  39. </label>
  40. </section>
  41. <nav class="phpdocumentor-topnav">
  42. <ul class="phpdocumentor-topnav__menu">
  43. </ul>
  44. </nav>
  45. </header>
  46. <main class="phpdocumentor">
  47. <div class="phpdocumentor-section">
  48. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  49. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  50. Menu
  51. </label>
  52. <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
  53. <section class="phpdocumentor-sidebar__category">
  54. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  55. <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
  56. <ul class="phpdocumentor-list">
  57. <li>
  58. <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
  59. </li>
  60. <li>
  61. <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
  62. </li>
  63. </ul>
  64. </section>
  65. <section class="phpdocumentor-sidebar__category">
  66. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  67. <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
  68. </section>
  69. <section class="phpdocumentor-sidebar__category">
  70. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  71. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  72. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  73. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  74. </section>
  75. <section class="phpdocumentor-sidebar__category">
  76. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  77. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  78. </section>
  79. </aside>
  80. <div class="phpdocumentor-column -eight phpdocumentor-content">
  81. <ul class="phpdocumentor-breadcrumbs">
  82. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan.html">chillerlan</a></li>
  83. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcode.html">QRCode</a></li>
  84. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcode-common.html">Common</a></li>
  85. </ul>
  86. <article class="phpdocumentor-element -class">
  87. <h2 class="phpdocumentor-content__title">
  88. ECICharset
  89. <div class="phpdocumentor-element__package">
  90. in package
  91. <ul class="phpdocumentor-breadcrumbs">
  92. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  93. </ul>
  94. </div>
  95. </h2>
  96. <aside class="phpdocumentor-element-found-in">
  97. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  98. :
  99. <span class="phpdocumentor-element-found-in__line">19</span>
  100. </aside>
  101. <h3 id="toc">
  102. Table of Contents
  103. <a href="#toc" class="headerlink"><i class="fas fa-link"></i></a>
  104. </h3>
  105. <dl class="phpdocumentor-table-of-contents">
  106. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  107. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_BIG5">BIG5</a>
  108. <span>
  109. &nbsp;= 28 </span>
  110. </dt>
  111. <dd></dd>
  112. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  113. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437">CP437</a>
  114. <span>
  115. &nbsp;= 0 </span>
  116. </dt>
  117. <dd></dd>
  118. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  119. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437_WO_GLI">CP437_WO_GLI</a>
  120. <span>
  121. &nbsp;= 2 </span>
  122. </dt>
  123. <dd></dd>
  124. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  125. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_EUC_KR">EUC_KR</a>
  126. <span>
  127. &nbsp;= 30 </span>
  128. </dt>
  129. <dd></dd>
  130. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  131. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_GB18030">GB18030</a>
  132. <span>
  133. &nbsp;= 29 </span>
  134. </dt>
  135. <dd></dd>
  136. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  137. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UCS_2">ISO_IEC_10646_UCS_2</a>
  138. <span>
  139. &nbsp;= 25 </span>
  140. </dt>
  141. <dd></dd>
  142. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  143. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UTF_8">ISO_IEC_10646_UTF_8</a>
  144. <span>
  145. &nbsp;= 26 </span>
  146. </dt>
  147. <dd></dd>
  148. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  149. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_646_1991">ISO_IEC_646_1991</a>
  150. <span>
  151. &nbsp;= 27 </span>
  152. </dt>
  153. <dd></dd>
  154. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  155. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1">ISO_IEC_8859_1</a>
  156. <span>
  157. &nbsp;= 3 </span>
  158. </dt>
  159. <dd></dd>
  160. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  161. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_10">ISO_IEC_8859_10</a>
  162. <span>
  163. &nbsp;= 12 </span>
  164. </dt>
  165. <dd></dd>
  166. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  167. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_11">ISO_IEC_8859_11</a>
  168. <span>
  169. &nbsp;= 13 </span>
  170. </dt>
  171. <dd></dd>
  172. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  173. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_13">ISO_IEC_8859_13</a>
  174. <span>
  175. &nbsp;= 15 </span>
  176. </dt>
  177. <dd></dd>
  178. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  179. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_14">ISO_IEC_8859_14</a>
  180. <span>
  181. &nbsp;= 16 </span>
  182. </dt>
  183. <dd></dd>
  184. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  185. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_15">ISO_IEC_8859_15</a>
  186. <span>
  187. &nbsp;= 17 </span>
  188. </dt>
  189. <dd></dd>
  190. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  191. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_16">ISO_IEC_8859_16</a>
  192. <span>
  193. &nbsp;= 18 </span>
  194. </dt>
  195. <dd></dd>
  196. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  197. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1_GLI">ISO_IEC_8859_1_GLI</a>
  198. <span>
  199. &nbsp;= 1 </span>
  200. </dt>
  201. <dd></dd>
  202. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  203. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_2">ISO_IEC_8859_2</a>
  204. <span>
  205. &nbsp;= 4 </span>
  206. </dt>
  207. <dd></dd>
  208. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  209. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_3">ISO_IEC_8859_3</a>
  210. <span>
  211. &nbsp;= 5 </span>
  212. </dt>
  213. <dd></dd>
  214. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  215. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_4">ISO_IEC_8859_4</a>
  216. <span>
  217. &nbsp;= 6 </span>
  218. </dt>
  219. <dd></dd>
  220. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  221. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_5">ISO_IEC_8859_5</a>
  222. <span>
  223. &nbsp;= 7 </span>
  224. </dt>
  225. <dd></dd>
  226. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  227. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_6">ISO_IEC_8859_6</a>
  228. <span>
  229. &nbsp;= 8 </span>
  230. </dt>
  231. <dd></dd>
  232. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  233. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_7">ISO_IEC_8859_7</a>
  234. <span>
  235. &nbsp;= 9 </span>
  236. </dt>
  237. <dd></dd>
  238. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  239. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_8">ISO_IEC_8859_8</a>
  240. <span>
  241. &nbsp;= 10 </span>
  242. </dt>
  243. <dd></dd>
  244. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  245. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_9">ISO_IEC_8859_9</a>
  246. <span>
  247. &nbsp;= 11 </span>
  248. </dt>
  249. <dd></dd>
  250. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  251. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_MB_ENCODINGS">MB_ENCODINGS</a>
  252. <span>
  253. &nbsp;= [
  254. self::CP437 =&gt; null,
  255. self::ISO_IEC_8859_1_GLI =&gt; null,
  256. self::CP437_WO_GLI =&gt; null,
  257. self::ISO_IEC_8859_1 =&gt; &#039;ISO-8859-1&#039;,
  258. self::ISO_IEC_8859_2 =&gt; &#039;ISO-8859-2&#039;,
  259. self::ISO_IEC_8859_3 =&gt; &#039;ISO-8859-3&#039;,
  260. self::ISO_IEC_8859_4 =&gt; &#039;ISO-8859-4&#039;,
  261. self::ISO_IEC_8859_5 =&gt; &#039;ISO-8859-5&#039;,
  262. self::ISO_IEC_8859_6 =&gt; &#039;ISO-8859-6&#039;,
  263. self::ISO_IEC_8859_7 =&gt; &#039;ISO-8859-7&#039;,
  264. self::ISO_IEC_8859_8 =&gt; &#039;ISO-8859-8&#039;,
  265. self::ISO_IEC_8859_9 =&gt; &#039;ISO-8859-9&#039;,
  266. self::ISO_IEC_8859_10 =&gt; &#039;ISO-8859-10&#039;,
  267. self::ISO_IEC_8859_11 =&gt; null,
  268. self::ISO_IEC_8859_13 =&gt; &#039;ISO-8859-13&#039;,
  269. self::ISO_IEC_8859_14 =&gt; &#039;ISO-8859-14&#039;,
  270. self::ISO_IEC_8859_15 =&gt; &#039;ISO-8859-15&#039;,
  271. self::ISO_IEC_8859_16 =&gt; &#039;ISO-8859-16&#039;,
  272. self::SHIFT_JIS =&gt; &#039;SJIS&#039;,
  273. self::WINDOWS_1250_LATIN_2 =&gt; null,
  274. // @see https://www.php.net/manual/en/function.mb-convert-encoding.php#112547
  275. self::WINDOWS_1251_CYRILLIC =&gt; &#039;Windows-1251&#039;,
  276. self::WINDOWS_1252_LATIN_1 =&gt; &#039;Windows-1252&#039;,
  277. self::WINDOWS_1256_ARABIC =&gt; null,
  278. // @see https://stackoverflow.com/a/8592995
  279. self::ISO_IEC_10646_UCS_2 =&gt; &#039;UTF-16BE&#039;,
  280. self::ISO_IEC_10646_UTF_8 =&gt; &#039;UTF-8&#039;,
  281. self::ISO_IEC_646_1991 =&gt; &#039;ASCII&#039;,
  282. self::BIG5 =&gt; &#039;BIG-5&#039;,
  283. self::GB18030 =&gt; &#039;GB18030&#039;,
  284. self::EUC_KR =&gt; &#039;EUC-KR&#039;,
  285. ] </span>
  286. </dt>
  287. <dd>map of charset id -&gt; name</dd>
  288. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  289. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_SHIFT_JIS">SHIFT_JIS</a>
  290. <span>
  291. &nbsp;= 20 </span>
  292. </dt>
  293. <dd></dd>
  294. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  295. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1250_LATIN_2">WINDOWS_1250_LATIN_2</a>
  296. <span>
  297. &nbsp;= 21 </span>
  298. </dt>
  299. <dd></dd>
  300. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  301. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1251_CYRILLIC">WINDOWS_1251_CYRILLIC</a>
  302. <span>
  303. &nbsp;= 22 </span>
  304. </dt>
  305. <dd></dd>
  306. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  307. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1252_LATIN_1">WINDOWS_1252_LATIN_1</a>
  308. <span>
  309. &nbsp;= 23 </span>
  310. </dt>
  311. <dd></dd>
  312. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  313. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1256_ARABIC">WINDOWS_1256_ARABIC</a>
  314. <span>
  315. &nbsp;= 24 </span>
  316. </dt>
  317. <dd></dd>
  318. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  319. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#property_charsetID">$charsetID</a>
  320. <span>
  321. &nbsp;: int </span>
  322. </dt>
  323. <dd></dd>
  324. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  325. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method___construct">__construct()</a>
  326. <span>
  327. &nbsp;: mixed </span>
  328. </dt>
  329. <dd></dd>
  330. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  331. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getID">getID()</a>
  332. <span>
  333. &nbsp;: int </span>
  334. </dt>
  335. <dd></dd>
  336. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  337. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getName">getName()</a>
  338. <span>
  339. &nbsp;: string|null </span>
  340. </dt>
  341. <dd></dd>
  342. </dl>
  343. <section class="phpdocumentor-constants">
  344. <h3 class="phpdocumentor-elements__header" id="constants">
  345. Constants
  346. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
  347. </h3>
  348. <article class="phpdocumentor-element -constant -public ">
  349. <h4 class="phpdocumentor-element__name" id="constant_BIG5">
  350. BIG5
  351. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_BIG5" class="headerlink"><i class="fas fa-link"></i></a>
  352. </h4>
  353. <aside class="phpdocumentor-element-found-in">
  354. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  355. :
  356. <span class="phpdocumentor-element-found-in__line">49</span>
  357. </aside>
  358. <code class="phpdocumentor-signature phpdocumentor-code ">
  359. <span class="phpdocumentor-signature__visibility">public</span>
  360. <span class="phpdocumentor-signature__type">mixed</span>
  361. <span class="phpdocumentor-signature__name">BIG5</span>
  362. = <span class="phpdocumentor-signature__default-value">28</span>
  363. </code>
  364. <section class="phpdocumentor-description"></section>
  365. <section class="phpdocumentor-description"></section>
  366. </article>
  367. <article class="phpdocumentor-element -constant -public ">
  368. <h4 class="phpdocumentor-element__name" id="constant_CP437">
  369. CP437
  370. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437" class="headerlink"><i class="fas fa-link"></i></a>
  371. </h4>
  372. <aside class="phpdocumentor-element-found-in">
  373. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  374. :
  375. <span class="phpdocumentor-element-found-in__line">21</span>
  376. </aside>
  377. <code class="phpdocumentor-signature phpdocumentor-code ">
  378. <span class="phpdocumentor-signature__visibility">public</span>
  379. <span class="phpdocumentor-signature__type">mixed</span>
  380. <span class="phpdocumentor-signature__name">CP437</span>
  381. = <span class="phpdocumentor-signature__default-value">0</span>
  382. </code>
  383. <section class="phpdocumentor-description"></section>
  384. <section class="phpdocumentor-description"></section>
  385. </article>
  386. <article class="phpdocumentor-element -constant -public ">
  387. <h4 class="phpdocumentor-element__name" id="constant_CP437_WO_GLI">
  388. CP437_WO_GLI
  389. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_CP437_WO_GLI" class="headerlink"><i class="fas fa-link"></i></a>
  390. </h4>
  391. <aside class="phpdocumentor-element-found-in">
  392. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  393. :
  394. <span class="phpdocumentor-element-found-in__line">23</span>
  395. </aside>
  396. <code class="phpdocumentor-signature phpdocumentor-code ">
  397. <span class="phpdocumentor-signature__visibility">public</span>
  398. <span class="phpdocumentor-signature__type">mixed</span>
  399. <span class="phpdocumentor-signature__name">CP437_WO_GLI</span>
  400. = <span class="phpdocumentor-signature__default-value">2</span>
  401. </code>
  402. <section class="phpdocumentor-description"></section>
  403. <section class="phpdocumentor-description"></section>
  404. </article>
  405. <article class="phpdocumentor-element -constant -public ">
  406. <h4 class="phpdocumentor-element__name" id="constant_EUC_KR">
  407. EUC_KR
  408. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_EUC_KR" class="headerlink"><i class="fas fa-link"></i></a>
  409. </h4>
  410. <aside class="phpdocumentor-element-found-in">
  411. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  412. :
  413. <span class="phpdocumentor-element-found-in__line">51</span>
  414. </aside>
  415. <code class="phpdocumentor-signature phpdocumentor-code ">
  416. <span class="phpdocumentor-signature__visibility">public</span>
  417. <span class="phpdocumentor-signature__type">mixed</span>
  418. <span class="phpdocumentor-signature__name">EUC_KR</span>
  419. = <span class="phpdocumentor-signature__default-value">30</span>
  420. </code>
  421. <section class="phpdocumentor-description"></section>
  422. <section class="phpdocumentor-description"></section>
  423. </article>
  424. <article class="phpdocumentor-element -constant -public ">
  425. <h4 class="phpdocumentor-element__name" id="constant_GB18030">
  426. GB18030
  427. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_GB18030" class="headerlink"><i class="fas fa-link"></i></a>
  428. </h4>
  429. <aside class="phpdocumentor-element-found-in">
  430. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  431. :
  432. <span class="phpdocumentor-element-found-in__line">50</span>
  433. </aside>
  434. <code class="phpdocumentor-signature phpdocumentor-code ">
  435. <span class="phpdocumentor-signature__visibility">public</span>
  436. <span class="phpdocumentor-signature__type">mixed</span>
  437. <span class="phpdocumentor-signature__name">GB18030</span>
  438. = <span class="phpdocumentor-signature__default-value">29</span>
  439. </code>
  440. <section class="phpdocumentor-description"></section>
  441. <section class="phpdocumentor-description"></section>
  442. </article>
  443. <article class="phpdocumentor-element -constant -public ">
  444. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_10646_UCS_2">
  445. ISO_IEC_10646_UCS_2
  446. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UCS_2" class="headerlink"><i class="fas fa-link"></i></a>
  447. </h4>
  448. <aside class="phpdocumentor-element-found-in">
  449. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  450. :
  451. <span class="phpdocumentor-element-found-in__line">46</span>
  452. </aside>
  453. <code class="phpdocumentor-signature phpdocumentor-code ">
  454. <span class="phpdocumentor-signature__visibility">public</span>
  455. <span class="phpdocumentor-signature__type">mixed</span>
  456. <span class="phpdocumentor-signature__name">ISO_IEC_10646_UCS_2</span>
  457. = <span class="phpdocumentor-signature__default-value">25</span>
  458. </code>
  459. <section class="phpdocumentor-description"></section>
  460. <section class="phpdocumentor-description"></section>
  461. </article>
  462. <article class="phpdocumentor-element -constant -public ">
  463. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_10646_UTF_8">
  464. ISO_IEC_10646_UTF_8
  465. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_10646_UTF_8" class="headerlink"><i class="fas fa-link"></i></a>
  466. </h4>
  467. <aside class="phpdocumentor-element-found-in">
  468. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  469. :
  470. <span class="phpdocumentor-element-found-in__line">47</span>
  471. </aside>
  472. <code class="phpdocumentor-signature phpdocumentor-code ">
  473. <span class="phpdocumentor-signature__visibility">public</span>
  474. <span class="phpdocumentor-signature__type">mixed</span>
  475. <span class="phpdocumentor-signature__name">ISO_IEC_10646_UTF_8</span>
  476. = <span class="phpdocumentor-signature__default-value">26</span>
  477. </code>
  478. <section class="phpdocumentor-description"></section>
  479. <section class="phpdocumentor-description"></section>
  480. </article>
  481. <article class="phpdocumentor-element -constant -public ">
  482. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_646_1991">
  483. ISO_IEC_646_1991
  484. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_646_1991" class="headerlink"><i class="fas fa-link"></i></a>
  485. </h4>
  486. <aside class="phpdocumentor-element-found-in">
  487. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  488. :
  489. <span class="phpdocumentor-element-found-in__line">48</span>
  490. </aside>
  491. <code class="phpdocumentor-signature phpdocumentor-code ">
  492. <span class="phpdocumentor-signature__visibility">public</span>
  493. <span class="phpdocumentor-signature__type">mixed</span>
  494. <span class="phpdocumentor-signature__name">ISO_IEC_646_1991</span>
  495. = <span class="phpdocumentor-signature__default-value">27</span>
  496. </code>
  497. <section class="phpdocumentor-description"></section>
  498. <section class="phpdocumentor-description"></section>
  499. </article>
  500. <article class="phpdocumentor-element -constant -public ">
  501. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_1">
  502. ISO_IEC_8859_1
  503. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1" class="headerlink"><i class="fas fa-link"></i></a>
  504. </h4>
  505. <aside class="phpdocumentor-element-found-in">
  506. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  507. :
  508. <span class="phpdocumentor-element-found-in__line">24</span>
  509. </aside>
  510. <code class="phpdocumentor-signature phpdocumentor-code ">
  511. <span class="phpdocumentor-signature__visibility">public</span>
  512. <span class="phpdocumentor-signature__type">mixed</span>
  513. <span class="phpdocumentor-signature__name">ISO_IEC_8859_1</span>
  514. = <span class="phpdocumentor-signature__default-value">3</span>
  515. </code>
  516. <section class="phpdocumentor-description"></section>
  517. <section class="phpdocumentor-description"></section>
  518. </article>
  519. <article class="phpdocumentor-element -constant -public ">
  520. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_10">
  521. ISO_IEC_8859_10
  522. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_10" class="headerlink"><i class="fas fa-link"></i></a>
  523. </h4>
  524. <aside class="phpdocumentor-element-found-in">
  525. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  526. :
  527. <span class="phpdocumentor-element-found-in__line">33</span>
  528. </aside>
  529. <code class="phpdocumentor-signature phpdocumentor-code ">
  530. <span class="phpdocumentor-signature__visibility">public</span>
  531. <span class="phpdocumentor-signature__type">mixed</span>
  532. <span class="phpdocumentor-signature__name">ISO_IEC_8859_10</span>
  533. = <span class="phpdocumentor-signature__default-value">12</span>
  534. </code>
  535. <section class="phpdocumentor-description"></section>
  536. <section class="phpdocumentor-description"></section>
  537. </article>
  538. <article class="phpdocumentor-element -constant -public ">
  539. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_11">
  540. ISO_IEC_8859_11
  541. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_11" class="headerlink"><i class="fas fa-link"></i></a>
  542. </h4>
  543. <aside class="phpdocumentor-element-found-in">
  544. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  545. :
  546. <span class="phpdocumentor-element-found-in__line">34</span>
  547. </aside>
  548. <code class="phpdocumentor-signature phpdocumentor-code ">
  549. <span class="phpdocumentor-signature__visibility">public</span>
  550. <span class="phpdocumentor-signature__type">mixed</span>
  551. <span class="phpdocumentor-signature__name">ISO_IEC_8859_11</span>
  552. = <span class="phpdocumentor-signature__default-value">13</span>
  553. </code>
  554. <section class="phpdocumentor-description"></section>
  555. <section class="phpdocumentor-description"></section>
  556. </article>
  557. <article class="phpdocumentor-element -constant -public ">
  558. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_13">
  559. ISO_IEC_8859_13
  560. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_13" class="headerlink"><i class="fas fa-link"></i></a>
  561. </h4>
  562. <aside class="phpdocumentor-element-found-in">
  563. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  564. :
  565. <span class="phpdocumentor-element-found-in__line">36</span>
  566. </aside>
  567. <code class="phpdocumentor-signature phpdocumentor-code ">
  568. <span class="phpdocumentor-signature__visibility">public</span>
  569. <span class="phpdocumentor-signature__type">mixed</span>
  570. <span class="phpdocumentor-signature__name">ISO_IEC_8859_13</span>
  571. = <span class="phpdocumentor-signature__default-value">15</span>
  572. </code>
  573. <section class="phpdocumentor-description"></section>
  574. <section class="phpdocumentor-description"></section>
  575. </article>
  576. <article class="phpdocumentor-element -constant -public ">
  577. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_14">
  578. ISO_IEC_8859_14
  579. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_14" class="headerlink"><i class="fas fa-link"></i></a>
  580. </h4>
  581. <aside class="phpdocumentor-element-found-in">
  582. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  583. :
  584. <span class="phpdocumentor-element-found-in__line">37</span>
  585. </aside>
  586. <code class="phpdocumentor-signature phpdocumentor-code ">
  587. <span class="phpdocumentor-signature__visibility">public</span>
  588. <span class="phpdocumentor-signature__type">mixed</span>
  589. <span class="phpdocumentor-signature__name">ISO_IEC_8859_14</span>
  590. = <span class="phpdocumentor-signature__default-value">16</span>
  591. </code>
  592. <section class="phpdocumentor-description"></section>
  593. <section class="phpdocumentor-description"></section>
  594. </article>
  595. <article class="phpdocumentor-element -constant -public ">
  596. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_15">
  597. ISO_IEC_8859_15
  598. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_15" class="headerlink"><i class="fas fa-link"></i></a>
  599. </h4>
  600. <aside class="phpdocumentor-element-found-in">
  601. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  602. :
  603. <span class="phpdocumentor-element-found-in__line">38</span>
  604. </aside>
  605. <code class="phpdocumentor-signature phpdocumentor-code ">
  606. <span class="phpdocumentor-signature__visibility">public</span>
  607. <span class="phpdocumentor-signature__type">mixed</span>
  608. <span class="phpdocumentor-signature__name">ISO_IEC_8859_15</span>
  609. = <span class="phpdocumentor-signature__default-value">17</span>
  610. </code>
  611. <section class="phpdocumentor-description"></section>
  612. <section class="phpdocumentor-description"></section>
  613. </article>
  614. <article class="phpdocumentor-element -constant -public ">
  615. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_16">
  616. ISO_IEC_8859_16
  617. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_16" class="headerlink"><i class="fas fa-link"></i></a>
  618. </h4>
  619. <aside class="phpdocumentor-element-found-in">
  620. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  621. :
  622. <span class="phpdocumentor-element-found-in__line">39</span>
  623. </aside>
  624. <code class="phpdocumentor-signature phpdocumentor-code ">
  625. <span class="phpdocumentor-signature__visibility">public</span>
  626. <span class="phpdocumentor-signature__type">mixed</span>
  627. <span class="phpdocumentor-signature__name">ISO_IEC_8859_16</span>
  628. = <span class="phpdocumentor-signature__default-value">18</span>
  629. </code>
  630. <section class="phpdocumentor-description"></section>
  631. <section class="phpdocumentor-description"></section>
  632. </article>
  633. <article class="phpdocumentor-element -constant -public ">
  634. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_1_GLI">
  635. ISO_IEC_8859_1_GLI
  636. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_1_GLI" class="headerlink"><i class="fas fa-link"></i></a>
  637. </h4>
  638. <aside class="phpdocumentor-element-found-in">
  639. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  640. :
  641. <span class="phpdocumentor-element-found-in__line">22</span>
  642. </aside>
  643. <code class="phpdocumentor-signature phpdocumentor-code ">
  644. <span class="phpdocumentor-signature__visibility">public</span>
  645. <span class="phpdocumentor-signature__type">mixed</span>
  646. <span class="phpdocumentor-signature__name">ISO_IEC_8859_1_GLI</span>
  647. = <span class="phpdocumentor-signature__default-value">1</span>
  648. </code>
  649. <section class="phpdocumentor-description"></section>
  650. <section class="phpdocumentor-description"></section>
  651. </article>
  652. <article class="phpdocumentor-element -constant -public ">
  653. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_2">
  654. ISO_IEC_8859_2
  655. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_2" class="headerlink"><i class="fas fa-link"></i></a>
  656. </h4>
  657. <aside class="phpdocumentor-element-found-in">
  658. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  659. :
  660. <span class="phpdocumentor-element-found-in__line">25</span>
  661. </aside>
  662. <code class="phpdocumentor-signature phpdocumentor-code ">
  663. <span class="phpdocumentor-signature__visibility">public</span>
  664. <span class="phpdocumentor-signature__type">mixed</span>
  665. <span class="phpdocumentor-signature__name">ISO_IEC_8859_2</span>
  666. = <span class="phpdocumentor-signature__default-value">4</span>
  667. </code>
  668. <section class="phpdocumentor-description"></section>
  669. <section class="phpdocumentor-description"></section>
  670. </article>
  671. <article class="phpdocumentor-element -constant -public ">
  672. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_3">
  673. ISO_IEC_8859_3
  674. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_3" class="headerlink"><i class="fas fa-link"></i></a>
  675. </h4>
  676. <aside class="phpdocumentor-element-found-in">
  677. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  678. :
  679. <span class="phpdocumentor-element-found-in__line">26</span>
  680. </aside>
  681. <code class="phpdocumentor-signature phpdocumentor-code ">
  682. <span class="phpdocumentor-signature__visibility">public</span>
  683. <span class="phpdocumentor-signature__type">mixed</span>
  684. <span class="phpdocumentor-signature__name">ISO_IEC_8859_3</span>
  685. = <span class="phpdocumentor-signature__default-value">5</span>
  686. </code>
  687. <section class="phpdocumentor-description"></section>
  688. <section class="phpdocumentor-description"></section>
  689. </article>
  690. <article class="phpdocumentor-element -constant -public ">
  691. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_4">
  692. ISO_IEC_8859_4
  693. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_4" class="headerlink"><i class="fas fa-link"></i></a>
  694. </h4>
  695. <aside class="phpdocumentor-element-found-in">
  696. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  697. :
  698. <span class="phpdocumentor-element-found-in__line">27</span>
  699. </aside>
  700. <code class="phpdocumentor-signature phpdocumentor-code ">
  701. <span class="phpdocumentor-signature__visibility">public</span>
  702. <span class="phpdocumentor-signature__type">mixed</span>
  703. <span class="phpdocumentor-signature__name">ISO_IEC_8859_4</span>
  704. = <span class="phpdocumentor-signature__default-value">6</span>
  705. </code>
  706. <section class="phpdocumentor-description"></section>
  707. <section class="phpdocumentor-description"></section>
  708. </article>
  709. <article class="phpdocumentor-element -constant -public ">
  710. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_5">
  711. ISO_IEC_8859_5
  712. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_5" class="headerlink"><i class="fas fa-link"></i></a>
  713. </h4>
  714. <aside class="phpdocumentor-element-found-in">
  715. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  716. :
  717. <span class="phpdocumentor-element-found-in__line">28</span>
  718. </aside>
  719. <code class="phpdocumentor-signature phpdocumentor-code ">
  720. <span class="phpdocumentor-signature__visibility">public</span>
  721. <span class="phpdocumentor-signature__type">mixed</span>
  722. <span class="phpdocumentor-signature__name">ISO_IEC_8859_5</span>
  723. = <span class="phpdocumentor-signature__default-value">7</span>
  724. </code>
  725. <section class="phpdocumentor-description"></section>
  726. <section class="phpdocumentor-description"></section>
  727. </article>
  728. <article class="phpdocumentor-element -constant -public ">
  729. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_6">
  730. ISO_IEC_8859_6
  731. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_6" class="headerlink"><i class="fas fa-link"></i></a>
  732. </h4>
  733. <aside class="phpdocumentor-element-found-in">
  734. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  735. :
  736. <span class="phpdocumentor-element-found-in__line">29</span>
  737. </aside>
  738. <code class="phpdocumentor-signature phpdocumentor-code ">
  739. <span class="phpdocumentor-signature__visibility">public</span>
  740. <span class="phpdocumentor-signature__type">mixed</span>
  741. <span class="phpdocumentor-signature__name">ISO_IEC_8859_6</span>
  742. = <span class="phpdocumentor-signature__default-value">8</span>
  743. </code>
  744. <section class="phpdocumentor-description"></section>
  745. <section class="phpdocumentor-description"></section>
  746. </article>
  747. <article class="phpdocumentor-element -constant -public ">
  748. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_7">
  749. ISO_IEC_8859_7
  750. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_7" class="headerlink"><i class="fas fa-link"></i></a>
  751. </h4>
  752. <aside class="phpdocumentor-element-found-in">
  753. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  754. :
  755. <span class="phpdocumentor-element-found-in__line">30</span>
  756. </aside>
  757. <code class="phpdocumentor-signature phpdocumentor-code ">
  758. <span class="phpdocumentor-signature__visibility">public</span>
  759. <span class="phpdocumentor-signature__type">mixed</span>
  760. <span class="phpdocumentor-signature__name">ISO_IEC_8859_7</span>
  761. = <span class="phpdocumentor-signature__default-value">9</span>
  762. </code>
  763. <section class="phpdocumentor-description"></section>
  764. <section class="phpdocumentor-description"></section>
  765. </article>
  766. <article class="phpdocumentor-element -constant -public ">
  767. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_8">
  768. ISO_IEC_8859_8
  769. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_8" class="headerlink"><i class="fas fa-link"></i></a>
  770. </h4>
  771. <aside class="phpdocumentor-element-found-in">
  772. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  773. :
  774. <span class="phpdocumentor-element-found-in__line">31</span>
  775. </aside>
  776. <code class="phpdocumentor-signature phpdocumentor-code ">
  777. <span class="phpdocumentor-signature__visibility">public</span>
  778. <span class="phpdocumentor-signature__type">mixed</span>
  779. <span class="phpdocumentor-signature__name">ISO_IEC_8859_8</span>
  780. = <span class="phpdocumentor-signature__default-value">10</span>
  781. </code>
  782. <section class="phpdocumentor-description"></section>
  783. <section class="phpdocumentor-description"></section>
  784. </article>
  785. <article class="phpdocumentor-element -constant -public ">
  786. <h4 class="phpdocumentor-element__name" id="constant_ISO_IEC_8859_9">
  787. ISO_IEC_8859_9
  788. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_ISO_IEC_8859_9" class="headerlink"><i class="fas fa-link"></i></a>
  789. </h4>
  790. <aside class="phpdocumentor-element-found-in">
  791. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  792. :
  793. <span class="phpdocumentor-element-found-in__line">32</span>
  794. </aside>
  795. <code class="phpdocumentor-signature phpdocumentor-code ">
  796. <span class="phpdocumentor-signature__visibility">public</span>
  797. <span class="phpdocumentor-signature__type">mixed</span>
  798. <span class="phpdocumentor-signature__name">ISO_IEC_8859_9</span>
  799. = <span class="phpdocumentor-signature__default-value">11</span>
  800. </code>
  801. <section class="phpdocumentor-description"></section>
  802. <section class="phpdocumentor-description"></section>
  803. </article>
  804. <article class="phpdocumentor-element -constant -public ">
  805. <h4 class="phpdocumentor-element__name" id="constant_MB_ENCODINGS">
  806. MB_ENCODINGS
  807. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_MB_ENCODINGS" class="headerlink"><i class="fas fa-link"></i></a>
  808. </h4>
  809. <aside class="phpdocumentor-element-found-in">
  810. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  811. :
  812. <span class="phpdocumentor-element-found-in__line">58</span>
  813. </aside>
  814. <p class="phpdocumentor-summary">map of charset id -&gt; name</p>
  815. <code class="phpdocumentor-signature phpdocumentor-code ">
  816. <span class="phpdocumentor-signature__visibility">public</span>
  817. <span class="phpdocumentor-signature__type">mixed</span>
  818. <span class="phpdocumentor-signature__name">MB_ENCODINGS</span>
  819. = <span class="phpdocumentor-signature__default-value">[
  820. self::CP437 =&gt; null,
  821. self::ISO_IEC_8859_1_GLI =&gt; null,
  822. self::CP437_WO_GLI =&gt; null,
  823. self::ISO_IEC_8859_1 =&gt; &#039;ISO-8859-1&#039;,
  824. self::ISO_IEC_8859_2 =&gt; &#039;ISO-8859-2&#039;,
  825. self::ISO_IEC_8859_3 =&gt; &#039;ISO-8859-3&#039;,
  826. self::ISO_IEC_8859_4 =&gt; &#039;ISO-8859-4&#039;,
  827. self::ISO_IEC_8859_5 =&gt; &#039;ISO-8859-5&#039;,
  828. self::ISO_IEC_8859_6 =&gt; &#039;ISO-8859-6&#039;,
  829. self::ISO_IEC_8859_7 =&gt; &#039;ISO-8859-7&#039;,
  830. self::ISO_IEC_8859_8 =&gt; &#039;ISO-8859-8&#039;,
  831. self::ISO_IEC_8859_9 =&gt; &#039;ISO-8859-9&#039;,
  832. self::ISO_IEC_8859_10 =&gt; &#039;ISO-8859-10&#039;,
  833. self::ISO_IEC_8859_11 =&gt; null,
  834. self::ISO_IEC_8859_13 =&gt; &#039;ISO-8859-13&#039;,
  835. self::ISO_IEC_8859_14 =&gt; &#039;ISO-8859-14&#039;,
  836. self::ISO_IEC_8859_15 =&gt; &#039;ISO-8859-15&#039;,
  837. self::ISO_IEC_8859_16 =&gt; &#039;ISO-8859-16&#039;,
  838. self::SHIFT_JIS =&gt; &#039;SJIS&#039;,
  839. self::WINDOWS_1250_LATIN_2 =&gt; null,
  840. // @see https://www.php.net/manual/en/function.mb-convert-encoding.php#112547
  841. self::WINDOWS_1251_CYRILLIC =&gt; &#039;Windows-1251&#039;,
  842. self::WINDOWS_1252_LATIN_1 =&gt; &#039;Windows-1252&#039;,
  843. self::WINDOWS_1256_ARABIC =&gt; null,
  844. // @see https://stackoverflow.com/a/8592995
  845. self::ISO_IEC_10646_UCS_2 =&gt; &#039;UTF-16BE&#039;,
  846. self::ISO_IEC_10646_UTF_8 =&gt; &#039;UTF-8&#039;,
  847. self::ISO_IEC_646_1991 =&gt; &#039;ASCII&#039;,
  848. self::BIG5 =&gt; &#039;BIG-5&#039;,
  849. self::GB18030 =&gt; &#039;GB18030&#039;,
  850. self::EUC_KR =&gt; &#039;EUC-KR&#039;,
  851. ]</span>
  852. </code>
  853. <section class="phpdocumentor-description"></section>
  854. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  855. Tags
  856. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  857. </h5>
  858. <dl class="phpdocumentor-tag-list">
  859. <dt class="phpdocumentor-tag-list__entry">
  860. <span class="phpdocumentor-tag__name">see</span>
  861. </dt>
  862. <dd class="phpdocumentor-tag-list__definition">
  863. <span class="phpdocumentor-tag-link"><abbr title="\mb_list_encodings()">mb_list_encodings()</abbr></span>
  864. </dd>
  865. </dl>
  866. </article>
  867. <article class="phpdocumentor-element -constant -public ">
  868. <h4 class="phpdocumentor-element__name" id="constant_SHIFT_JIS">
  869. SHIFT_JIS
  870. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_SHIFT_JIS" class="headerlink"><i class="fas fa-link"></i></a>
  871. </h4>
  872. <aside class="phpdocumentor-element-found-in">
  873. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  874. :
  875. <span class="phpdocumentor-element-found-in__line">41</span>
  876. </aside>
  877. <code class="phpdocumentor-signature phpdocumentor-code ">
  878. <span class="phpdocumentor-signature__visibility">public</span>
  879. <span class="phpdocumentor-signature__type">mixed</span>
  880. <span class="phpdocumentor-signature__name">SHIFT_JIS</span>
  881. = <span class="phpdocumentor-signature__default-value">20</span>
  882. </code>
  883. <section class="phpdocumentor-description"></section>
  884. <section class="phpdocumentor-description"></section>
  885. </article>
  886. <article class="phpdocumentor-element -constant -public ">
  887. <h4 class="phpdocumentor-element__name" id="constant_WINDOWS_1250_LATIN_2">
  888. WINDOWS_1250_LATIN_2
  889. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1250_LATIN_2" class="headerlink"><i class="fas fa-link"></i></a>
  890. </h4>
  891. <aside class="phpdocumentor-element-found-in">
  892. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  893. :
  894. <span class="phpdocumentor-element-found-in__line">42</span>
  895. </aside>
  896. <code class="phpdocumentor-signature phpdocumentor-code ">
  897. <span class="phpdocumentor-signature__visibility">public</span>
  898. <span class="phpdocumentor-signature__type">mixed</span>
  899. <span class="phpdocumentor-signature__name">WINDOWS_1250_LATIN_2</span>
  900. = <span class="phpdocumentor-signature__default-value">21</span>
  901. </code>
  902. <section class="phpdocumentor-description"></section>
  903. <section class="phpdocumentor-description"></section>
  904. </article>
  905. <article class="phpdocumentor-element -constant -public ">
  906. <h4 class="phpdocumentor-element__name" id="constant_WINDOWS_1251_CYRILLIC">
  907. WINDOWS_1251_CYRILLIC
  908. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1251_CYRILLIC" class="headerlink"><i class="fas fa-link"></i></a>
  909. </h4>
  910. <aside class="phpdocumentor-element-found-in">
  911. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  912. :
  913. <span class="phpdocumentor-element-found-in__line">43</span>
  914. </aside>
  915. <code class="phpdocumentor-signature phpdocumentor-code ">
  916. <span class="phpdocumentor-signature__visibility">public</span>
  917. <span class="phpdocumentor-signature__type">mixed</span>
  918. <span class="phpdocumentor-signature__name">WINDOWS_1251_CYRILLIC</span>
  919. = <span class="phpdocumentor-signature__default-value">22</span>
  920. </code>
  921. <section class="phpdocumentor-description"></section>
  922. <section class="phpdocumentor-description"></section>
  923. </article>
  924. <article class="phpdocumentor-element -constant -public ">
  925. <h4 class="phpdocumentor-element__name" id="constant_WINDOWS_1252_LATIN_1">
  926. WINDOWS_1252_LATIN_1
  927. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1252_LATIN_1" class="headerlink"><i class="fas fa-link"></i></a>
  928. </h4>
  929. <aside class="phpdocumentor-element-found-in">
  930. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  931. :
  932. <span class="phpdocumentor-element-found-in__line">44</span>
  933. </aside>
  934. <code class="phpdocumentor-signature phpdocumentor-code ">
  935. <span class="phpdocumentor-signature__visibility">public</span>
  936. <span class="phpdocumentor-signature__type">mixed</span>
  937. <span class="phpdocumentor-signature__name">WINDOWS_1252_LATIN_1</span>
  938. = <span class="phpdocumentor-signature__default-value">23</span>
  939. </code>
  940. <section class="phpdocumentor-description"></section>
  941. <section class="phpdocumentor-description"></section>
  942. </article>
  943. <article class="phpdocumentor-element -constant -public ">
  944. <h4 class="phpdocumentor-element__name" id="constant_WINDOWS_1256_ARABIC">
  945. WINDOWS_1256_ARABIC
  946. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#constant_WINDOWS_1256_ARABIC" class="headerlink"><i class="fas fa-link"></i></a>
  947. </h4>
  948. <aside class="phpdocumentor-element-found-in">
  949. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  950. :
  951. <span class="phpdocumentor-element-found-in__line">45</span>
  952. </aside>
  953. <code class="phpdocumentor-signature phpdocumentor-code ">
  954. <span class="phpdocumentor-signature__visibility">public</span>
  955. <span class="phpdocumentor-signature__type">mixed</span>
  956. <span class="phpdocumentor-signature__name">WINDOWS_1256_ARABIC</span>
  957. = <span class="phpdocumentor-signature__default-value">24</span>
  958. </code>
  959. <section class="phpdocumentor-description"></section>
  960. <section class="phpdocumentor-description"></section>
  961. </article>
  962. </section>
  963. <section class="phpdocumentor-properties">
  964. <h3 class="phpdocumentor-elements__header" id="properties">
  965. Properties
  966. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
  967. </h3>
  968. <article
  969. class="
  970. phpdocumentor-element
  971. -property
  972. -private
  973. "
  974. >
  975. <h4 class="phpdocumentor-element__name" id="property_charsetID">
  976. $charsetID
  977. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#property_charsetID" class="headerlink"><i class="fas fa-link"></i></a>
  978. <span class="phpdocumentor-element__modifiers">
  979. </span>
  980. </h4>
  981. <aside class="phpdocumentor-element-found-in">
  982. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  983. :
  984. <span class="phpdocumentor-element-found-in__line">90</span>
  985. </aside>
  986. <code class="phpdocumentor-code phpdocumentor-signature ">
  987. <span class="phpdocumentor-signature__visibility">private</span>
  988. <span class="phpdocumentor-signature__type">int</span>
  989. <span class="phpdocumentor-signature__name">$charsetID</span>
  990. </code>
  991. <section class="phpdocumentor-description"></section>
  992. <section class="phpdocumentor-description"></section>
  993. </article>
  994. </section>
  995. <section class="phpdocumentor-methods">
  996. <h3 class="phpdocumentor-elements__header" id="methods">
  997. Methods
  998. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  999. </h3>
  1000. <article
  1001. class="phpdocumentor-element
  1002. -method
  1003. -public
  1004. "
  1005. >
  1006. <h4 class="phpdocumentor-element__name" id="method___construct">
  1007. __construct()
  1008. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method___construct" class="headerlink"><i class="fas fa-link"></i></a>
  1009. </h4>
  1010. <aside class="phpdocumentor-element-found-in">
  1011. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  1012. :
  1013. <span class="phpdocumentor-element-found-in__line">95</span>
  1014. </aside>
  1015. <code class="phpdocumentor-code phpdocumentor-signature ">
  1016. <span class="phpdocumentor-signature__visibility">public</span>
  1017. <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$charsetID</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
  1018. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  1019. <dl class="phpdocumentor-argument-list">
  1020. <dt class="phpdocumentor-argument-list__entry">
  1021. <span class="phpdocumentor-signature__argument__name">$charsetID</span>
  1022. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  1023. </dt>
  1024. <dd class="phpdocumentor-argument-list__definition">
  1025. <section class="phpdocumentor-description"></section>
  1026. </dd>
  1027. </dl>
  1028. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  1029. <span class="phpdocumentor-signature__response_type">mixed</span>
  1030. &mdash;
  1031. </article>
  1032. <article
  1033. class="phpdocumentor-element
  1034. -method
  1035. -public
  1036. "
  1037. >
  1038. <h4 class="phpdocumentor-element__name" id="method_getID">
  1039. getID()
  1040. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getID" class="headerlink"><i class="fas fa-link"></i></a>
  1041. </h4>
  1042. <aside class="phpdocumentor-element-found-in">
  1043. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  1044. :
  1045. <span class="phpdocumentor-element-found-in__line">107</span>
  1046. </aside>
  1047. <code class="phpdocumentor-code phpdocumentor-signature ">
  1048. <span class="phpdocumentor-signature__visibility">public</span>
  1049. <span class="phpdocumentor-signature__name">getID</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
  1050. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  1051. <span class="phpdocumentor-signature__response_type">int</span>
  1052. &mdash;
  1053. </article>
  1054. <article
  1055. class="phpdocumentor-element
  1056. -method
  1057. -public
  1058. "
  1059. >
  1060. <h4 class="phpdocumentor-element__name" id="method_getName">
  1061. getName()
  1062. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#method_getName" class="headerlink"><i class="fas fa-link"></i></a>
  1063. </h4>
  1064. <aside class="phpdocumentor-element-found-in">
  1065. <abbr class="phpdocumentor-element-found-in__file" title="src/Common/ECICharset.php"><a href="files/src-common-ecicharset.html"><abbr title="src/Common/ECICharset.php">ECICharset.php</abbr></a></abbr>
  1066. :
  1067. <span class="phpdocumentor-element-found-in__line">114</span>
  1068. </aside>
  1069. <code class="phpdocumentor-code phpdocumentor-signature ">
  1070. <span class="phpdocumentor-signature__visibility">public</span>
  1071. <span class="phpdocumentor-signature__name">getName</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string|null</span></code>
  1072. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  1073. <span class="phpdocumentor-signature__response_type">string|null</span>
  1074. &mdash;
  1075. </article>
  1076. </section>
  1077. <script type="text/javascript">
  1078. function loadExternalCodeSnippets(line) {
  1079. Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach((pre) => {
  1080. var src = pre.getAttribute('data-src').replace( /\\/g, '/');
  1081. var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
  1082. var language = 'php';
  1083. var code = document.createElement('code');
  1084. code.className = 'language-' + language;
  1085. pre.textContent = '';
  1086. pre.setAttribute('data-line', line)
  1087. code.textContent = 'Loading…';
  1088. pre.appendChild(code);
  1089. var xhr = new XMLHttpRequest();
  1090. xhr.open('GET', src, true);
  1091. xhr.onreadystatechange = function () {
  1092. if (xhr.readyState == 4) {
  1093. if (xhr.status < 400 && xhr.responseText) {
  1094. code.textContent = xhr.responseText;
  1095. Prism.highlightElement(code);
  1096. }
  1097. else if (xhr.status >= 400) {
  1098. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  1099. }
  1100. else {
  1101. code.textContent = '✖ Error: File does not exist, is empty or trying to view from localhost';
  1102. }
  1103. }
  1104. };
  1105. xhr.send(null);
  1106. });
  1107. }
  1108. var modals = document.querySelectorAll("[data-modal]");
  1109. modals.forEach(function (trigger) {
  1110. trigger.addEventListener("click", function (event) {
  1111. //event.preventDefault();
  1112. const modal = document.getElementById(trigger.dataset.modal);
  1113. modal.classList.add("phpdocumentor-modal__open");
  1114. loadExternalCodeSnippets(trigger.dataset.line)
  1115. const exits = modal.querySelectorAll("[data-exit-button]");
  1116. exits.forEach(function (exit) {
  1117. exit.addEventListener("click", function (event) {
  1118. event.preventDefault();
  1119. modal.classList.remove("phpdocumentor-modal__open");
  1120. });
  1121. });
  1122. });
  1123. });
  1124. </script>
  1125. </article>
  1126. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  1127. <section class="phpdocumentor-search-results__dialog">
  1128. <header class="phpdocumentor-search-results__header">
  1129. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  1130. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  1131. </header>
  1132. <section class="phpdocumentor-search-results__body">
  1133. <ul class="phpdocumentor-search-results__entries"></ul>
  1134. </section>
  1135. </section>
  1136. </section>
  1137. </div>
  1138. </div>
  1139. <a href="classes/chillerlan-QRCode-Common-ECICharset.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  1140. </main>
  1141. <script>
  1142. cssVars({});
  1143. </script>
  1144. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  1145. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  1146. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  1147. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  1148. </body>
  1149. </html>