chillerlan-QRCode-Common-ECICharset.html 73 KB

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