diff --git a/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html b/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html index 58a4de2f0..1eb42fa50 100644 --- a/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html +++ b/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html @@ -750,7 +750,7 @@ method will separate the data into original blocks.
private
- runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $R) : array<string|int, GenericGFPoly>
+ runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $z) : array<string|int, GenericGFPoly>
Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside of the matrix
+Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside the matrix
public
@@ -1572,7 +1572,7 @@ returns true if a match is found, otherwise false.
@@ -1648,7 +1648,7 @@ returns true if a match is found, otherwise false.
public
- matrix([bool $boolean = false ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
+ matrix([bool $boolean = null ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside of the matrix
+Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside the matrix
public
@@ -1874,7 +1874,7 @@ returns true if a match is found, otherwise false.
@@ -1950,7 +1950,7 @@ returns true if a match is found, otherwise false.
public
- matrix([bool $boolean = false ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
+ matrix([bool $boolean = null ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
+ private
+ BitBuffer
+ $bitBuffer
+
+
+
+
+
+
+
+
+
+
+ private
+ ECICharset|null
+ $eciCharset
+ = null
+
+
+
+
+
+
+
+ private
+ decodeAlphanumSegment(int $versionNumber, bool $fc1InEffect) : string
+
+
+
+ private
+ decodeByteSegment(int $versionNumber) : string
+
+
+ Apache-2.0
Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast
+