|
@@ -193,66 +193,12 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
</dt>
|
|
</dt>
|
|
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
|
|
|
- <a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD">CHAR_TO_ORD</a>
|
|
|
|
|
|
|
+ <a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP">CHAR_MAP</a>
|
|
|
<span>
|
|
<span>
|
|
|
- = [
|
|
|
|
|
- // phpcs:ignore
|
|
|
|
|
- '0' => 0,
|
|
|
|
|
- '1' => 1,
|
|
|
|
|
- '2' => 2,
|
|
|
|
|
- '3' => 3,
|
|
|
|
|
- '4' => 4,
|
|
|
|
|
- '5' => 5,
|
|
|
|
|
- '6' => 6,
|
|
|
|
|
- '7' => 7,
|
|
|
|
|
- // phpcs:ignore
|
|
|
|
|
- '8' => 8,
|
|
|
|
|
- '9' => 9,
|
|
|
|
|
- 'A' => 10,
|
|
|
|
|
- 'B' => 11,
|
|
|
|
|
- 'C' => 12,
|
|
|
|
|
- 'D' => 13,
|
|
|
|
|
- 'E' => 14,
|
|
|
|
|
- 'F' => 15,
|
|
|
|
|
- 'G' => 16,
|
|
|
|
|
- 'H' => 17,
|
|
|
|
|
- 'I' => 18,
|
|
|
|
|
- 'J' => 19,
|
|
|
|
|
- 'K' => 20,
|
|
|
|
|
- 'L' => 21,
|
|
|
|
|
- 'M' => 22,
|
|
|
|
|
- 'N' => 23,
|
|
|
|
|
- 'O' => 24,
|
|
|
|
|
- 'P' => 25,
|
|
|
|
|
- 'Q' => 26,
|
|
|
|
|
- 'R' => 27,
|
|
|
|
|
- 'S' => 28,
|
|
|
|
|
- 'T' => 29,
|
|
|
|
|
- 'U' => 30,
|
|
|
|
|
- 'V' => 31,
|
|
|
|
|
- 'W' => 32,
|
|
|
|
|
- 'X' => 33,
|
|
|
|
|
- 'Y' => 34,
|
|
|
|
|
- 'Z' => 35,
|
|
|
|
|
- ' ' => 36,
|
|
|
|
|
- '$' => 37,
|
|
|
|
|
- '%' => 38,
|
|
|
|
|
- '*' => 39,
|
|
|
|
|
- '+' => 40,
|
|
|
|
|
- '-' => 41,
|
|
|
|
|
- '.' => 42,
|
|
|
|
|
- '/' => 43,
|
|
|
|
|
- ':' => 44,
|
|
|
|
|
-] </span>
|
|
|
|
|
|
|
+ = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:' </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd>ISO/IEC 18004:2000 Table 5</dd>
|
|
<dd>ISO/IEC 18004:2000 Table 5</dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -constant -private">
|
|
|
|
|
- <a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR">ORD_TO_CHAR</a>
|
|
|
|
|
- <span>
|
|
|
|
|
- = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', '$', '%', '*', '+', '-', '.', '/', ':'] </span>
|
|
|
|
|
-</dt>
|
|
|
|
|
-
|
|
|
|
|
</dl>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -333,6 +279,18 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd>shortcut</dd>
|
|
<dd>shortcut</dd>
|
|
|
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
|
|
+ <a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr">chr()</a>
|
|
|
|
|
+ <span>
|
|
|
|
|
+ : string </span>
|
|
|
|
|
+</dt>
|
|
|
|
|
+
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
|
|
+ <a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord">ord()</a>
|
|
|
|
|
+ <span>
|
|
|
|
|
+ : int </span>
|
|
|
|
|
+</dt>
|
|
|
|
|
+
|
|
|
</dl>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -354,7 +312,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">53</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">32</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -376,9 +334,9 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
|
|
|
|
|
</article>
|
|
</article>
|
|
|
<article class="phpdocumentor-element -constant -private ">
|
|
<article class="phpdocumentor-element -constant -private ">
|
|
|
- <h4 class="phpdocumentor-element__name" id="constant_CHAR_TO_ORD">
|
|
|
|
|
- CHAR_TO_ORD
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="constant_CHAR_MAP">
|
|
|
|
|
+ CHAR_MAP
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
|
</h4>
|
|
</h4>
|
|
|
|
|
|
|
@@ -394,88 +352,9 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
|
|
|
|
|
<code class="phpdocumentor-signature phpdocumentor-code ">
|
|
<code class="phpdocumentor-signature phpdocumentor-code ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
- <span class="phpdocumentor-signature__type">array<string|int, int></span>
|
|
|
|
|
- <span class="phpdocumentor-signature__name">CHAR_TO_ORD</span>
|
|
|
|
|
- = <span class="phpdocumentor-signature__default-value">[
|
|
|
|
|
- // phpcs:ignore
|
|
|
|
|
- '0' => 0,
|
|
|
|
|
- '1' => 1,
|
|
|
|
|
- '2' => 2,
|
|
|
|
|
- '3' => 3,
|
|
|
|
|
- '4' => 4,
|
|
|
|
|
- '5' => 5,
|
|
|
|
|
- '6' => 6,
|
|
|
|
|
- '7' => 7,
|
|
|
|
|
- // phpcs:ignore
|
|
|
|
|
- '8' => 8,
|
|
|
|
|
- '9' => 9,
|
|
|
|
|
- 'A' => 10,
|
|
|
|
|
- 'B' => 11,
|
|
|
|
|
- 'C' => 12,
|
|
|
|
|
- 'D' => 13,
|
|
|
|
|
- 'E' => 14,
|
|
|
|
|
- 'F' => 15,
|
|
|
|
|
- 'G' => 16,
|
|
|
|
|
- 'H' => 17,
|
|
|
|
|
- 'I' => 18,
|
|
|
|
|
- 'J' => 19,
|
|
|
|
|
- 'K' => 20,
|
|
|
|
|
- 'L' => 21,
|
|
|
|
|
- 'M' => 22,
|
|
|
|
|
- 'N' => 23,
|
|
|
|
|
- 'O' => 24,
|
|
|
|
|
- 'P' => 25,
|
|
|
|
|
- 'Q' => 26,
|
|
|
|
|
- 'R' => 27,
|
|
|
|
|
- 'S' => 28,
|
|
|
|
|
- 'T' => 29,
|
|
|
|
|
- 'U' => 30,
|
|
|
|
|
- 'V' => 31,
|
|
|
|
|
- 'W' => 32,
|
|
|
|
|
- 'X' => 33,
|
|
|
|
|
- 'Y' => 34,
|
|
|
|
|
- 'Z' => 35,
|
|
|
|
|
- ' ' => 36,
|
|
|
|
|
- '$' => 37,
|
|
|
|
|
- '%' => 38,
|
|
|
|
|
- '*' => 39,
|
|
|
|
|
- '+' => 40,
|
|
|
|
|
- '-' => 41,
|
|
|
|
|
- '.' => 42,
|
|
|
|
|
- '/' => 43,
|
|
|
|
|
- ':' => 44,
|
|
|
|
|
-]</span>
|
|
|
|
|
-</code>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-</article>
|
|
|
|
|
- <article class="phpdocumentor-element -constant -private ">
|
|
|
|
|
- <h4 class="phpdocumentor-element__name" id="constant_ORD_TO_CHAR">
|
|
|
|
|
- ORD_TO_CHAR
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
-
|
|
|
|
|
- </h4>
|
|
|
|
|
-
|
|
|
|
|
- <aside class="phpdocumentor-element-found-in">
|
|
|
|
|
- <abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
|
|
- :
|
|
|
|
|
- <span class="phpdocumentor-element-found-in__line">44</span>
|
|
|
|
|
-
|
|
|
|
|
- </aside>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <code class="phpdocumentor-signature phpdocumentor-code ">
|
|
|
|
|
- <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
- <span class="phpdocumentor-signature__type">array<string|int, string></span>
|
|
|
|
|
- <span class="phpdocumentor-signature__name">ORD_TO_CHAR</span>
|
|
|
|
|
- = <span class="phpdocumentor-signature__default-value">['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', '$', '%', '*', '+', '-', '.', '/', ':']</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__type">string</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">CHAR_MAP</span>
|
|
|
|
|
+ = <span class="phpdocumentor-signature__default-value">'0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:'</span>
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -663,7 +542,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">103</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">71</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -741,7 +620,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">55</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">34</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -780,7 +659,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">59</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">38</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -829,7 +708,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">74</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">42</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
@@ -953,6 +832,132 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ <section>
|
|
|
|
|
+ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
|
|
+ <span class="phpdocumentor-signature__response_type">int</span>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+</article>
|
|
|
|
|
+ <article
|
|
|
|
|
+ class="phpdocumentor-element
|
|
|
|
|
+ -method
|
|
|
|
|
+ -private
|
|
|
|
|
+ -static "
|
|
|
|
|
+>
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="method_chr">
|
|
|
|
|
+ chr()
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+
|
|
|
|
|
+ </h4>
|
|
|
|
|
+ <aside class="phpdocumentor-element-found-in">
|
|
|
|
|
+ <abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
|
|
+ :
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">115</span>
|
|
|
|
|
+
|
|
|
|
|
+ </aside>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">chr</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$ord</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="phpdocumentor-label-line">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
|
|
|
|
|
+ <dl class="phpdocumentor-argument-list">
|
|
|
|
|
+ <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
+ <span class="phpdocumentor-signature__argument__name">$ord</span>
|
|
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
+
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ </dl>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
|
|
|
+ Tags
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr#tags" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+
|
|
|
|
|
+ </h5>
|
|
|
|
|
+ <dl class="phpdocumentor-tag-list">
|
|
|
|
|
+ <dt class="phpdocumentor-tag-list__entry">
|
|
|
|
|
+ <span class="phpdocumentor-tag__name">throws</span>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd class="phpdocumentor-tag-list__definition">
|
|
|
|
|
+ <span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Data-QRCodeDataException.html"><abbr title="\chillerlan\QRCode\Data\QRCodeDataException">QRCodeDataException</abbr></a></span>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ </dl>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <section>
|
|
|
|
|
+ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
|
|
+ <span class="phpdocumentor-signature__response_type">string</span>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+</article>
|
|
|
|
|
+ <article
|
|
|
|
|
+ class="phpdocumentor-element
|
|
|
|
|
+ -method
|
|
|
|
|
+ -private
|
|
|
|
|
+ "
|
|
|
|
|
+>
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="method_ord">
|
|
|
|
|
+ ord()
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+
|
|
|
|
|
+ </h4>
|
|
|
|
|
+ <aside class="phpdocumentor-element-found-in">
|
|
|
|
|
+ <abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
|
|
|
|
|
+ :
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">102</span>
|
|
|
|
|
+
|
|
|
|
|
+ </aside>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">ord</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string </span><span class="phpdocumentor-signature__argument__name">$chr</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="phpdocumentor-label-line">
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
|
|
|
|
|
+ <dl class="phpdocumentor-argument-list">
|
|
|
|
|
+ <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
+ <span class="phpdocumentor-signature__argument__name">$chr</span>
|
|
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">string</span>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
+
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ </dl>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
|
|
|
+ Tags
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord#tags" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+
|
|
|
|
|
+ </h5>
|
|
|
|
|
+ <dl class="phpdocumentor-tag-list">
|
|
|
|
|
+ <dt class="phpdocumentor-tag-list__entry">
|
|
|
|
|
+ <span class="phpdocumentor-tag__name">throws</span>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd class="phpdocumentor-tag-list__definition">
|
|
|
|
|
+ <span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Data-QRCodeDataException.html"><abbr title="\chillerlan\QRCode\Data\QRCodeDataException">QRCodeDataException</abbr></a></span>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ </dl>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<section>
|
|
<section>
|
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
<span class="phpdocumentor-signature__response_type">int</span>
|
|
<span class="phpdocumentor-signature__response_type">int</span>
|
|
@@ -1073,8 +1078,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
<li>
|
|
<li>
|
|
|
<ul class="phpdocumentor-list -clean">
|
|
<ul class="phpdocumentor-list -clean">
|
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_DATAMODE">DATAMODE</a></li>
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_DATAMODE">DATAMODE</a></li>
|
|
|
- <li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD">CHAR_TO_ORD</a></li>
|
|
|
|
|
- <li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR">ORD_TO_CHAR</a></li>
|
|
|
|
|
|
|
+ <li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP">CHAR_MAP</a></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
@@ -1096,6 +1100,8 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_write">write()</a></li>
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_write">write()</a></li>
|
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a></li>
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a></li>
|
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getLengthBits">getLengthBits()</a></li>
|
|
<li class=""><a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getLengthBits">getLengthBits()</a></li>
|
|
|
|
|
+ <li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr">chr()</a></li>
|
|
|
|
|
+ <li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord">ord()</a></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|