mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 12:07:55 +00:00
Deploying to gh-pages from @ chillerlan/php-qrcode@9964cf8ff1 🚀
This commit is contained in:
@@ -193,66 +193,12 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
</dt>
|
||||
|
||||
<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>
|
||||
= [
|
||||
// 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>
|
||||
<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>
|
||||
|
||||
|
||||
@@ -333,6 +279,18 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
</dt>
|
||||
<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>
|
||||
|
||||
|
||||
@@ -354,7 +312,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
<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">53</span>
|
||||
<span class="phpdocumentor-element-found-in__line">32</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -376,9 +334,9 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
|
||||
</article>
|
||||
<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>
|
||||
|
||||
@@ -394,88 +352,9 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
|
||||
<code class="phpdocumentor-signature phpdocumentor-code ">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -663,7 +542,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
<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">103</span>
|
||||
<span class="phpdocumentor-element-found-in__line">71</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -741,7 +620,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
<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">55</span>
|
||||
<span class="phpdocumentor-element-found-in__line">34</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -780,7 +659,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
<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">59</span>
|
||||
<span class="phpdocumentor-element-found-in__line">38</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -829,7 +708,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
<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">74</span>
|
||||
<span class="phpdocumentor-element-found-in__line">42</span>
|
||||
|
||||
</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>
|
||||
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
||||
<span class="phpdocumentor-signature__response_type">int</span>
|
||||
@@ -1073,8 +1078,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
|
||||
<li>
|
||||
<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_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>
|
||||
</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-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-AlphaNum.html#method_chr">chr()</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord">ord()</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -192,18 +192,6 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
= \chillerlan\QRCode\Common\Mode::NUMBER </span>
|
||||
</dt>
|
||||
|
||||
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
|
||||
<a class="" href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD">NUMBER_TO_ORD</a>
|
||||
<span>
|
||||
= ['0' => 0, '1' => 1, '2' => 2, '3' => 3, '4' => 4, '5' => 5, '6' => 6, '7' => 7, '8' => 8, '9' => 9] </span>
|
||||
</dt>
|
||||
|
||||
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
|
||||
<a class="" href="classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER">ORD_TO_NUMBER</a>
|
||||
<span>
|
||||
= ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] </span>
|
||||
</dt>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -312,7 +300,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">39</span>
|
||||
<span class="phpdocumentor-element-found-in__line">25</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -332,68 +320,6 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
<article class="phpdocumentor-element -constant -private ">
|
||||
<h4 class="phpdocumentor-element__name" id="constant_NUMBER_TO_ORD">
|
||||
NUMBER_TO_ORD
|
||||
<a href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_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/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">28</span>
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
<code class="phpdocumentor-signature phpdocumentor-code ">
|
||||
<span class="phpdocumentor-signature__visibility">private</span>
|
||||
<span class="phpdocumentor-signature__type">array<string|int, int></span>
|
||||
<span class="phpdocumentor-signature__name">NUMBER_TO_ORD</span>
|
||||
= <span class="phpdocumentor-signature__default-value">['0' => 0, '1' => 1, '2' => 2, '3' => 3, '4' => 4, '5' => 5, '6' => 6, '7' => 7, '8' => 8, '9' => 9]</span>
|
||||
</code>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
<article class="phpdocumentor-element -constant -private ">
|
||||
<h4 class="phpdocumentor-element__name" id="constant_ORD_TO_NUMBER">
|
||||
ORD_TO_NUMBER
|
||||
<a href="classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER" 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/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">35</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_NUMBER</span>
|
||||
= <span class="phpdocumentor-signature__default-value">['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']</span>
|
||||
</code>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
</section>
|
||||
|
||||
@@ -572,7 +498,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">118</span>
|
||||
<span class="phpdocumentor-element-found-in__line">93</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -650,7 +576,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">41</span>
|
||||
<span class="phpdocumentor-element-found-in__line">27</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -689,7 +615,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">45</span>
|
||||
<span class="phpdocumentor-element-found-in__line">31</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -738,7 +664,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">60</span>
|
||||
<span class="phpdocumentor-element-found-in__line">35</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -882,7 +808,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">97</span>
|
||||
<span class="phpdocumentor-element-found-in__line">72</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -1046,8 +972,6 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
|
||||
<li>
|
||||
<ul class="phpdocumentor-list -clean">
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Data-Number.html#constant_DATAMODE">DATAMODE</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD">NUMBER_TO_ORD</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER">ORD_TO_NUMBER</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
+13
-18
@@ -896,15 +896,20 @@ Search.appendIndex(
|
||||
"summary": "reads\u0020a\u0020segment\u0020from\u0020the\u0020BitBuffer\u0020and\u0020decodes\u0020in\u0020the\u0020current\u0020data\u0020mode",
|
||||
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#method_decodeSegment"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003ACHAR_TO_ORD",
|
||||
"name": "CHAR_TO_ORD",
|
||||
"summary": "ISO\/IEC\u002018004\u003A2000\u0020Table\u00205",
|
||||
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003AORD_TO_CHAR",
|
||||
"name": "ORD_TO_CHAR",
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003Aord\u0028\u0029",
|
||||
"name": "ord",
|
||||
"summary": "",
|
||||
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR"
|
||||
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003Achr\u0028\u0029",
|
||||
"name": "chr",
|
||||
"summary": "",
|
||||
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003ACHAR_MAP",
|
||||
"name": "CHAR_MAP",
|
||||
"summary": "ISO\/IEC\u002018004\u003A2000\u0020Table\u00205",
|
||||
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003ADATAMODE",
|
||||
"name": "DATAMODE",
|
||||
@@ -1110,16 +1115,6 @@ Search.appendIndex(
|
||||
"name": "decodeSegment",
|
||||
"summary": "reads\u0020a\u0020segment\u0020from\u0020the\u0020BitBuffer\u0020and\u0020decodes\u0020in\u0020the\u0020current\u0020data\u0020mode",
|
||||
"url": "classes/chillerlan-QRCode-Data-Number.html#method_decodeSegment"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\Number\u003A\u003ANUMBER_TO_ORD",
|
||||
"name": "NUMBER_TO_ORD",
|
||||
"summary": "",
|
||||
"url": "classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\Number\u003A\u003AORD_TO_NUMBER",
|
||||
"name": "ORD_TO_NUMBER",
|
||||
"summary": "",
|
||||
"url": "classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Data\\Number\u003A\u003ADATAMODE",
|
||||
"name": "DATAMODE",
|
||||
|
||||
Reference in New Issue
Block a user