chillerlan-QRCode-Common-ECICharset.html 66 KB

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