|
|
@@ -172,12 +172,19 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
</h3>
|
|
|
|
|
|
<dl class="phpdocumentor-table-of-contents">
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-Kanji.html#constant_DATAMODE">DATAMODE</a>
|
|
|
+ <span>
|
|
|
+ = \chillerlan\QRCode\Common\Mode::KANJI </span>
|
|
|
+</dt>
|
|
|
+<dd></dd>
|
|
|
+
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-Kanji.html#constant_ENCODING">ENCODING</a>
|
|
|
<span>
|
|
|
= 'SJIS' </span>
|
|
|
</dt>
|
|
|
-<dd></dd>
|
|
|
+<dd>possible values: SJIS, SJIS-2004</dd>
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#property_data">$data</a>
|
|
|
@@ -186,13 +193,6 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
</dt>
|
|
|
<dd>The data to write</dd>
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
- <a href="classes/chillerlan-QRCode-Data-Kanji.html#property_datamode">$datamode</a>
|
|
|
- <span>
|
|
|
- : int </span>
|
|
|
-</dt>
|
|
|
-<dd>the current data mode: Num, Alphanum, Kanji, Hanzi, Byte</dd>
|
|
|
-
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method___construct">__construct()</a>
|
|
|
<span>
|
|
|
@@ -214,13 +214,6 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
</dt>
|
|
|
<dd></dd>
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
- <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode">getDataMode()</a>
|
|
|
- <span>
|
|
|
- : int </span>
|
|
|
-</dt>
|
|
|
-<dd>returns the current data mode constant</dd>
|
|
|
-
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
<a href="classes/chillerlan-QRCode-Data-Kanji.html#method_getLengthInBits">getLengthInBits()</a>
|
|
|
<span>
|
|
|
@@ -267,6 +260,47 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<a href="classes/chillerlan-QRCode-Data-Kanji.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
</h3>
|
|
|
<article class="phpdocumentor-element -constant -public ">
|
|
|
+ <h4 class="phpdocumentor-element__name" id="constant_DATAMODE">
|
|
|
+ DATAMODE
|
|
|
+ <a href="classes/chillerlan-QRCode-Data-Kanji.html#constant_DATAMODE" 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/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
+ :
|
|
|
+ <span class="phpdocumentor-element-found-in__line">43</span>
|
|
|
+
|
|
|
+ </aside>
|
|
|
+
|
|
|
+
|
|
|
+ <code class="phpdocumentor-signature phpdocumentor-code ">
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
+ <span class="phpdocumentor-signature__type">mixed</span>
|
|
|
+ <span class="phpdocumentor-signature__name">DATAMODE</span>
|
|
|
+ = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\Mode::KANJI</span>
|
|
|
+</code>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
+
|
|
|
+
|
|
|
+ <h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
|
+ Tags
|
|
|
+ <a href="#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">inheritDoc</span>
|
|
|
+ </dt>
|
|
|
+ <dd class="phpdocumentor-tag-list__definition">
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </dl>
|
|
|
+
|
|
|
+</article>
|
|
|
+ <article class="phpdocumentor-element -constant -public ">
|
|
|
<h4 class="phpdocumentor-element__name" id="constant_ENCODING">
|
|
|
ENCODING
|
|
|
<a href="classes/chillerlan-QRCode-Data-Kanji.html#constant_ENCODING" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
@@ -275,24 +309,25 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">33</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">38</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
-
|
|
|
+ <p class="phpdocumentor-summary">possible values: SJIS, SJIS-2004</p>
|
|
|
+
|
|
|
<code class="phpdocumentor-signature phpdocumentor-code ">
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
- <span class="phpdocumentor-signature__type">mixed</span>
|
|
|
+ <span class="phpdocumentor-signature__type">string</span>
|
|
|
<span class="phpdocumentor-signature__name">ENCODING</span>
|
|
|
= <span class="phpdocumentor-signature__default-value">'SJIS'</span>
|
|
|
</code>
|
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
-
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
+ <section class="phpdocumentor-description"><p>SJIS-2004 may produce errors in PHP < 8</p>
|
|
|
+</section>
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
</article>
|
|
|
</section>
|
|
|
@@ -319,7 +354,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRDataModeAbstract.php"><a href="files/src-data-qrdatamodeabstract.html"><abbr title="src/Data/QRDataModeAbstract.php">QRDataModeAbstract.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">28</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">23</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -336,53 +371,6 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
|
|
|
|
|
|
|
|
|
-</article>
|
|
|
- <article
|
|
|
- class="
|
|
|
- phpdocumentor-element
|
|
|
- -property
|
|
|
- -protected
|
|
|
- -static "
|
|
|
->
|
|
|
- <h4 class="phpdocumentor-element__name" id="property_datamode">
|
|
|
- $datamode
|
|
|
- <a href="classes/chillerlan-QRCode-Data-Kanji.html#property_datamode" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
- <span class="phpdocumentor-element__modifiers">
|
|
|
- </span>
|
|
|
- </h4>
|
|
|
- <aside class="phpdocumentor-element-found-in">
|
|
|
- <abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
- :
|
|
|
- <span class="phpdocumentor-element-found-in__line">38</span>
|
|
|
-
|
|
|
- </aside>
|
|
|
-
|
|
|
- <p class="phpdocumentor-summary">the current data mode: Num, Alphanum, Kanji, Hanzi, Byte</p>
|
|
|
-
|
|
|
- <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
- <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__type">int</span>
|
|
|
- <span class="phpdocumentor-signature__name">$datamode</span>
|
|
|
- = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\Mode::KANJI</span></code>
|
|
|
-
|
|
|
-
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
-
|
|
|
-
|
|
|
- <h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
|
- Tags
|
|
|
- <a href="#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">inheritDoc</span>
|
|
|
- </dt>
|
|
|
- <dd class="phpdocumentor-tag-list__definition">
|
|
|
-
|
|
|
-
|
|
|
- </dd>
|
|
|
- </dl>
|
|
|
-
|
|
|
</article>
|
|
|
</section>
|
|
|
|
|
|
@@ -404,7 +392,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRDataModeAbstract.php"><a href="files/src-data-qrdatamodeabstract.html"><abbr title="src/Data/QRDataModeAbstract.php">QRDataModeAbstract.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">35</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">30</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -462,7 +450,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">57</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">62</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -519,7 +507,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">158</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">163</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -577,52 +565,6 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
—
|
|
|
|
|
|
|
|
|
-</article>
|
|
|
- <article
|
|
|
- class="phpdocumentor-element
|
|
|
- -method
|
|
|
- -public
|
|
|
- "
|
|
|
->
|
|
|
- <h4 class="phpdocumentor-element__name" id="method_getDataMode">
|
|
|
- getDataMode()
|
|
|
- <a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getDataMode" 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/QRDataModeAbstract.php"><a href="files/src-data-qrdatamodeabstract.html"><abbr title="src/Data/QRDataModeAbstract.php">QRDataModeAbstract.php</abbr></a></abbr>
|
|
|
- :
|
|
|
- <span class="phpdocumentor-element-found-in__line">55</span>
|
|
|
-
|
|
|
- </aside>
|
|
|
-
|
|
|
- <p class="phpdocumentor-summary">returns the current data mode constant</p>
|
|
|
-
|
|
|
- <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
- <span class="phpdocumentor-signature__name">getDataMode</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <h5 class="phpdocumentor-tag-list__heading" id="tags">
|
|
|
- Tags
|
|
|
- <a href="#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">inheritDoc</span>
|
|
|
- </dt>
|
|
|
- <dd class="phpdocumentor-tag-list__definition">
|
|
|
-
|
|
|
-
|
|
|
- </dd>
|
|
|
- </dl>
|
|
|
-
|
|
|
- <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
- <span class="phpdocumentor-signature__response_type">int</span>
|
|
|
- —
|
|
|
-
|
|
|
-
|
|
|
</article>
|
|
|
<article
|
|
|
class="phpdocumentor-element
|
|
|
@@ -637,7 +579,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">50</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">55</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -682,7 +624,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">82</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">87</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -726,7 +668,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">121</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">126</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -800,7 +742,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Kanji.php"><a href="files/src-data-kanji.html"><abbr title="src/Data/Kanji.php">Kanji.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">43</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">48</span>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
@@ -846,7 +788,7 @@ ISO/IEC 18004:2000 Section 8.4.5</p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRDataModeAbstract.php"><a href="files/src-data-qrdatamodeabstract.html"><abbr title="src/Data/QRDataModeAbstract.php">QRDataModeAbstract.php</abbr></a></abbr>
|
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">69</span>
|
|
|
+ <span class="phpdocumentor-element-found-in__line">57</span>
|
|
|
|
|
|
</aside>
|
|
|
|