|
@@ -97,6 +97,9 @@
|
|
|
<h2 class="phpdocumentor-content__title">
|
|
<h2 class="phpdocumentor-content__title">
|
|
|
DecoderResult
|
|
DecoderResult
|
|
|
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element__extends">
|
|
|
|
|
+ extends <abbr title="\chillerlan\Settings\SettingsContainerAbstract">SettingsContainerAbstract</abbr>
|
|
|
|
|
+ </span>
|
|
|
|
|
|
|
|
<div class="phpdocumentor-element__package">
|
|
<div class="phpdocumentor-element__package">
|
|
|
in package
|
|
in package
|
|
@@ -111,31 +114,16 @@
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">23</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">29</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>Encapsulates the result of decoding a matrix of bits. This typically
|
|
|
|
|
|
|
+ <p class="phpdocumentor-summary">Encapsulates the result of decoding a matrix of bits. This typically
|
|
|
applies to 2D barcode formats. For now it contains the raw bytes obtained,
|
|
applies to 2D barcode formats. For now it contains the raw bytes obtained,
|
|
|
-as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
|
|
|
|
+as well as a String interpretation of those bytes, if applicable.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <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">author</span>
|
|
|
|
|
- </dt>
|
|
|
|
|
- <dd class="phpdocumentor-tag-list__definition">
|
|
|
|
|
-
|
|
|
|
|
- <section class="phpdocumentor-description"><p>Sean Owen</p>
|
|
|
|
|
-</section>
|
|
|
|
|
-
|
|
|
|
|
- </dd>
|
|
|
|
|
- </dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -148,101 +136,108 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
</h3>
|
|
</h3>
|
|
|
|
|
|
|
|
<dl class="phpdocumentor-table-of-contents">
|
|
<dl class="phpdocumentor-table-of-contents">
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -property -private">
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -public">
|
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
|
|
|
<span>
|
|
<span>
|
|
|
: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a> </span>
|
|
: <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a> </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -property -private">
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -public">
|
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : array<string|int, mixed> </span>
|
|
|
|
|
|
|
+ : array<string|int, int> </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -property -private">
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -public">
|
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
|
|
|
<span>
|
|
<span>
|
|
|
: int </span>
|
|
: int </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -property -private">
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequenceNumber">$structuredAppendSequenceNumber</a>
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -public">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
|
|
|
<span>
|
|
<span>
|
|
|
: int </span>
|
|
: int </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -property -private">
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -public">
|
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text">$text</a>
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text">$text</a>
|
|
|
<span>
|
|
<span>
|
|
|
: string </span>
|
|
: string </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -property -private">
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -public">
|
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
|
|
<a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
|
|
|
<span>
|
|
<span>
|
|
|
: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a> </span>
|
|
: <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a> </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___construct">__construct()</a>
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel">$eccLevel</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : mixed </span>
|
|
|
|
|
|
|
+ : <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a> </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString">__toString()</a>
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes">$rawBytes</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : string </span>
|
|
|
|
|
|
|
+ : array<string|int, mixed> </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getEccLevel">getEccLevel()</a>
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity">$structuredAppendParity</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : <a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a> </span>
|
|
|
|
|
|
|
+ : int </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getRawBytes">getRawBytes()</a>
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence">$structuredAppendSequence</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : array<string|int, int> </span>
|
|
|
|
|
|
|
+ : int </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getStructuredAppendParity">getStructuredAppendParity()</a>
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text">$text</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : int </span>
|
|
|
|
|
|
|
+ : string </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
- <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getStructuredAppendSequenceNumber">getStructuredAppendSequenceNumber()</a>
|
|
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -property -protected">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version">$version</a>
|
|
|
|
|
+ <span>
|
|
|
|
|
+ : <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a> </span>
|
|
|
|
|
+</dt>
|
|
|
|
|
+<dd></dd>
|
|
|
|
|
+
|
|
|
|
|
+ <dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___set">__set()</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : int </span>
|
|
|
|
|
|
|
+ : void </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getText">getText()</a>
|
|
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString">__toString()</a>
|
|
|
<span>
|
|
<span>
|
|
|
: string </span>
|
|
: string </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getVersion">getVersion()</a>
|
|
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_fromIterable">fromIterable()</a>
|
|
|
<span>
|
|
<span>
|
|
|
- : <a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a> </span>
|
|
|
|
|
|
|
+ : self </span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd></dd>
|
|
<dd></dd>
|
|
|
|
|
|
|
@@ -269,7 +264,7 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
class="
|
|
class="
|
|
|
phpdocumentor-element
|
|
phpdocumentor-element
|
|
|
-property
|
|
-property
|
|
|
- -private
|
|
|
|
|
|
|
+ -public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<h4 class="phpdocumentor-element__name" id="property_eccLevel">
|
|
<h4 class="phpdocumentor-element__name" id="property_eccLevel">
|
|
@@ -281,19 +276,18 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">28</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">0</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
|
|
<span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
|
|
|
<span class="phpdocumentor-signature__name">$eccLevel</span>
|
|
<span class="phpdocumentor-signature__name">$eccLevel</span>
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<section class="phpdocumentor-description"></section>
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -303,7 +297,7 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
class="
|
|
class="
|
|
|
phpdocumentor-element
|
|
phpdocumentor-element
|
|
|
-property
|
|
-property
|
|
|
- -private
|
|
|
|
|
|
|
+ -public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<h4 class="phpdocumentor-element__name" id="property_rawBytes">
|
|
<h4 class="phpdocumentor-element__name" id="property_rawBytes">
|
|
@@ -315,19 +309,18 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">25</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">0</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
- <span class="phpdocumentor-signature__type">array<string|int, mixed></span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__type">array<string|int, int></span>
|
|
|
<span class="phpdocumentor-signature__name">$rawBytes</span>
|
|
<span class="phpdocumentor-signature__name">$rawBytes</span>
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<section class="phpdocumentor-description"></section>
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -337,7 +330,7 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
class="
|
|
class="
|
|
|
phpdocumentor-element
|
|
phpdocumentor-element
|
|
|
-property
|
|
-property
|
|
|
- -private
|
|
|
|
|
|
|
+ -public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<h4 class="phpdocumentor-element__name" id="property_structuredAppendParity">
|
|
<h4 class="phpdocumentor-element__name" id="property_structuredAppendParity">
|
|
@@ -349,19 +342,18 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">29</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">0</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
<span class="phpdocumentor-signature__name">$structuredAppendParity</span>
|
|
<span class="phpdocumentor-signature__name">$structuredAppendParity</span>
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<section class="phpdocumentor-description"></section>
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -371,31 +363,30 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
class="
|
|
class="
|
|
|
phpdocumentor-element
|
|
phpdocumentor-element
|
|
|
-property
|
|
-property
|
|
|
- -private
|
|
|
|
|
|
|
+ -public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="property_structuredAppendSequenceNumber">
|
|
|
|
|
- $structuredAppendSequenceNumber
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequenceNumber" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_structuredAppendSequence">
|
|
|
|
|
+ $structuredAppendSequence
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
<span class="phpdocumentor-element__modifiers">
|
|
<span class="phpdocumentor-element__modifiers">
|
|
|
</span>
|
|
</span>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">30</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">0</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
<span class="phpdocumentor-signature__type">int</span>
|
|
|
- <span class="phpdocumentor-signature__name">$structuredAppendSequenceNumber</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">$structuredAppendSequence</span>
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<section class="phpdocumentor-description"></section>
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -405,7 +396,7 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
class="
|
|
class="
|
|
|
phpdocumentor-element
|
|
phpdocumentor-element
|
|
|
-property
|
|
-property
|
|
|
- -private
|
|
|
|
|
|
|
+ -public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<h4 class="phpdocumentor-element__name" id="property_text">
|
|
<h4 class="phpdocumentor-element__name" id="property_text">
|
|
@@ -417,19 +408,18 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">26</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">0</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type">string</span>
|
|
<span class="phpdocumentor-signature__type">string</span>
|
|
|
<span class="phpdocumentor-signature__name">$text</span>
|
|
<span class="phpdocumentor-signature__name">$text</span>
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<section class="phpdocumentor-description"></section>
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -439,7 +429,7 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
class="
|
|
class="
|
|
|
phpdocumentor-element
|
|
phpdocumentor-element
|
|
|
-property
|
|
-property
|
|
|
- -private
|
|
|
|
|
|
|
+ -public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<h4 class="phpdocumentor-element__name" id="property_version">
|
|
<h4 class="phpdocumentor-element__name" id="property_version">
|
|
@@ -451,272 +441,294 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">27</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">0</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">private</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
<span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
|
|
<span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
|
|
|
<span class="phpdocumentor-signature__name">$version</span>
|
|
<span class="phpdocumentor-signature__name">$version</span>
|
|
|
</code>
|
|
</code>
|
|
|
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<section class="phpdocumentor-description"></section>
|
|
<section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</article>
|
|
</article>
|
|
|
- </section>
|
|
|
|
|
-
|
|
|
|
|
- <section class="phpdocumentor-methods">
|
|
|
|
|
- <h3 class="phpdocumentor-elements__header" id="methods">
|
|
|
|
|
- Methods
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
- </h3>
|
|
|
|
|
<article
|
|
<article
|
|
|
- class="phpdocumentor-element
|
|
|
|
|
- -method
|
|
|
|
|
- -public
|
|
|
|
|
|
|
+ class="
|
|
|
|
|
+ phpdocumentor-element
|
|
|
|
|
+ -property
|
|
|
|
|
+ -protected
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method___construct">
|
|
|
|
|
- __construct()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___construct" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_eccLevel">
|
|
|
|
|
+ $eccLevel
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_eccLevel" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
|
|
+ </span>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">35</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">34</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
|
|
- <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$rawBytes</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string </span><span class="phpdocumentor-signature__argument__name">$text</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a> </span><span class="phpdocumentor-signature__argument__name">$version</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a> </span><span class="phpdocumentor-signature__argument__name">$eccLevel</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$saSequence</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">-1</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$saParity</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">-1</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">$eccLevel</span>
|
|
|
|
|
+ </code>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- <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">$rawBytes</span>
|
|
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
|
|
|
|
|
- </dt>
|
|
|
|
|
- <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
- <span class="phpdocumentor-signature__argument__name">$text</span>
|
|
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type">string</span>
|
|
|
|
|
- </dt>
|
|
|
|
|
- <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
- <span class="phpdocumentor-signature__argument__name">$version</span>
|
|
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
|
|
|
|
|
- </dt>
|
|
|
|
|
- <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
- <span class="phpdocumentor-signature__argument__name">$eccLevel</span>
|
|
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
|
|
|
|
|
- </dt>
|
|
|
|
|
- <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
+</article>
|
|
|
|
|
+ <article
|
|
|
|
|
+ class="
|
|
|
|
|
+ phpdocumentor-element
|
|
|
|
|
+ -property
|
|
|
|
|
+ -protected
|
|
|
|
|
+ "
|
|
|
|
|
+>
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_rawBytes">
|
|
|
|
|
+ $rawBytes
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_rawBytes" 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/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
|
|
+ :
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">31</span>
|
|
|
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
- <span class="phpdocumentor-signature__argument__name">$saSequence</span>
|
|
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
|
|
- = <span class="phpdocumentor-signature__argument__default-value">-1</span> </dt>
|
|
|
|
|
- <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
+ </aside>
|
|
|
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
- <span class="phpdocumentor-signature__argument__name">$saParity</span>
|
|
|
|
|
- : <span class="phpdocumentor-signature__argument__return-type">int</span>
|
|
|
|
|
- = <span class="phpdocumentor-signature__argument__default-value">-1</span> </dt>
|
|
|
|
|
- <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
- <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__type">array<string|int, mixed></span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">$rawBytes</span>
|
|
|
|
|
+ </code>
|
|
|
|
|
|
|
|
- </dd>
|
|
|
|
|
- </dl>
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
- <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
|
|
- <span class="phpdocumentor-signature__response_type">mixed</span>
|
|
|
|
|
- —
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
</article>
|
|
</article>
|
|
|
<article
|
|
<article
|
|
|
- class="phpdocumentor-element
|
|
|
|
|
- -method
|
|
|
|
|
- -public
|
|
|
|
|
|
|
+ class="
|
|
|
|
|
+ phpdocumentor-element
|
|
|
|
|
+ -property
|
|
|
|
|
+ -protected
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method___toString">
|
|
|
|
|
- __toString()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_structuredAppendParity">
|
|
|
|
|
+ $structuredAppendParity
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendParity" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
|
|
+ </span>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">68</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">35</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
|
|
- <span class="phpdocumentor-signature__name">__toString</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__type">int</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">$structuredAppendParity</span>
|
|
|
|
|
+ = <span class="phpdocumentor-signature__default-value">-1</span></code>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
+
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
- <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
|
|
- <span class="phpdocumentor-signature__response_type">string</span>
|
|
|
|
|
- —
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
</article>
|
|
</article>
|
|
|
<article
|
|
<article
|
|
|
- class="phpdocumentor-element
|
|
|
|
|
- -method
|
|
|
|
|
- -public
|
|
|
|
|
|
|
+ class="
|
|
|
|
|
+ phpdocumentor-element
|
|
|
|
|
+ -property
|
|
|
|
|
+ -protected
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method_getEccLevel">
|
|
|
|
|
- getEccLevel()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getEccLevel" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_structuredAppendSequence">
|
|
|
|
|
+ $structuredAppendSequence
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_structuredAppendSequence" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
|
|
+ </span>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">82</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">36</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
|
|
- <span class="phpdocumentor-signature__name">getEccLevel</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__type">int</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">$structuredAppendSequence</span>
|
|
|
|
|
+ = <span class="phpdocumentor-signature__default-value">-1</span></code>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
+
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
- <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
|
|
- <span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
|
|
|
|
|
- —
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
</article>
|
|
</article>
|
|
|
<article
|
|
<article
|
|
|
- class="phpdocumentor-element
|
|
|
|
|
- -method
|
|
|
|
|
- -public
|
|
|
|
|
|
|
+ class="
|
|
|
|
|
+ phpdocumentor-element
|
|
|
|
|
+ -property
|
|
|
|
|
+ -protected
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method_getRawBytes">
|
|
|
|
|
- getRawBytes()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getRawBytes" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_text">
|
|
|
|
|
+ $text
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_text" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
|
|
+ </span>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">54</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">32</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
|
|
- <span class="phpdocumentor-signature__name">getRawBytes</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array<string|int, int></span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__type">string</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">$text</span>
|
|
|
|
|
+ </code>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
- <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
|
|
- <span class="phpdocumentor-signature__response_type">array<string|int, int></span>
|
|
|
|
|
- —
|
|
|
|
|
- <section class="phpdocumentor-description"><p>raw bytes encoded by the barcode, if applicable, otherwise null</p>
|
|
|
|
|
-</section>
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
</article>
|
|
</article>
|
|
|
<article
|
|
<article
|
|
|
- class="phpdocumentor-element
|
|
|
|
|
- -method
|
|
|
|
|
- -public
|
|
|
|
|
|
|
+ class="
|
|
|
|
|
+ phpdocumentor-element
|
|
|
|
|
+ -property
|
|
|
|
|
+ -protected
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method_getStructuredAppendParity">
|
|
|
|
|
- getStructuredAppendParity()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getStructuredAppendParity" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="property_version">
|
|
|
|
|
+ $version
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#property_version" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+ <span class="phpdocumentor-element__modifiers">
|
|
|
|
|
+ </span>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">96</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">33</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
- <span class="phpdocumentor-signature__visibility">public</span>
|
|
|
|
|
- <span class="phpdocumentor-signature__name">getStructuredAppendParity</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__visibility">protected</span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">$version</span>
|
|
|
|
|
+ </code>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
+
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
|
|
|
- <h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
|
|
- <span class="phpdocumentor-signature__response_type">int</span>
|
|
|
|
|
- —
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
</article>
|
|
</article>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <section class="phpdocumentor-methods">
|
|
|
|
|
+ <h3 class="phpdocumentor-elements__header" id="methods">
|
|
|
|
|
+ Methods
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
+ </h3>
|
|
|
<article
|
|
<article
|
|
|
class="phpdocumentor-element
|
|
class="phpdocumentor-element
|
|
|
-method
|
|
-method
|
|
|
-public
|
|
-public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method_getStructuredAppendSequenceNumber">
|
|
|
|
|
- getStructuredAppendSequenceNumber()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getStructuredAppendSequenceNumber" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="method___set">
|
|
|
|
|
+ __set()
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___set" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">103</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">41</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
- <span class="phpdocumentor-signature__name">getStructuredAppendSequenceNumber</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">__set</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed </span><span class="phpdocumentor-signature__argument__name">$property</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">mixed </span><span class="phpdocumentor-signature__argument__name">$value</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ <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">$property</span>
|
|
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">mixed</span>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
+
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ <dt class="phpdocumentor-argument-list__entry">
|
|
|
|
|
+ <span class="phpdocumentor-signature__argument__name">$value</span>
|
|
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">mixed</span>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
+
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ </dl>
|
|
|
|
|
+
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <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>
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
- <span class="phpdocumentor-signature__response_type">int</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__response_type">void</span>
|
|
|
—
|
|
—
|
|
|
|
|
|
|
|
|
|
|
|
@@ -727,32 +739,43 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
-public
|
|
-public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method_getText">
|
|
|
|
|
- getText()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getText" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="method___toString">
|
|
|
|
|
+ __toString()
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method___toString" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">61</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">48</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
- <span class="phpdocumentor-signature__name">getText</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">__toString</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</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>
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
<span class="phpdocumentor-signature__response_type">string</span>
|
|
<span class="phpdocumentor-signature__response_type">string</span>
|
|
|
—
|
|
—
|
|
|
- <section class="phpdocumentor-description"><p>raw text encoded by the barcode</p>
|
|
|
|
|
-</section>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</article>
|
|
</article>
|
|
|
<article
|
|
<article
|
|
@@ -761,28 +784,52 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
-public
|
|
-public
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
- <h4 class="phpdocumentor-element__name" id="method_getVersion">
|
|
|
|
|
- getVersion()
|
|
|
|
|
- <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_getVersion" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
|
|
|
|
+ <h4 class="phpdocumentor-element__name" id="method_fromIterable">
|
|
|
|
|
+ fromIterable()
|
|
|
|
|
+ <a href="classes/chillerlan-QRCode-Decoder-DecoderResult.html#method_fromIterable" class="headerlink"><i class="fas fa-link"></i></a>
|
|
|
</h4>
|
|
</h4>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">75</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">55</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
- <span class="phpdocumentor-signature__name">getVersion</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span></code>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__name">fromIterable</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">iteratable<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$properties</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ <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">$properties</span>
|
|
|
|
|
+ : <span class="phpdocumentor-signature__argument__return-type">iteratable<string|int, mixed></span>
|
|
|
|
|
+ </dt>
|
|
|
|
|
+ <dd class="phpdocumentor-argument-list__definition">
|
|
|
|
|
+ <section class="phpdocumentor-description"></section>
|
|
|
|
|
+
|
|
|
|
|
+ </dd>
|
|
|
|
|
+ </dl>
|
|
|
|
|
+
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <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>
|
|
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
|
|
- <span class="phpdocumentor-signature__response_type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-signature__response_type">self</span>
|
|
|
—
|
|
—
|
|
|
|
|
|
|
|
|
|
|
|
@@ -800,7 +847,7 @@ as well as a String interpretation of those bytes, if applicable.</p></p>
|
|
|
<aside class="phpdocumentor-element-found-in">
|
|
<aside class="phpdocumentor-element-found-in">
|
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
<abbr class="phpdocumentor-element-found-in__file" title="src/Decoder/DecoderResult.php"><a href="files/src-decoder-decoderresult.html"><abbr title="src/Decoder/DecoderResult.php">DecoderResult.php</abbr></a></abbr>
|
|
|
:
|
|
:
|
|
|
- <span class="phpdocumentor-element-found-in__line">89</span>
|
|
|
|
|
|
|
+ <span class="phpdocumentor-element-found-in__line">67</span>
|
|
|
|
|
|
|
|
</aside>
|
|
</aside>
|
|
|
|
|
|