mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
Deploying to gh-pages from @ chillerlan/php-qrcode@105ac96915 🚀
This commit is contained in:
@@ -215,86 +215,88 @@
|
||||
<a href="classes/chillerlan-QRCode-Common-EccLevel.html#constant_MAX_BITS">MAX_BITS</a>
|
||||
<span>
|
||||
= [
|
||||
// v => [ L, M, Q, H] // modules
|
||||
1 => [152, 128, 104, 72],
|
||||
// 21
|
||||
2 => [272, 224, 176, 128],
|
||||
// 25
|
||||
3 => [440, 352, 272, 208],
|
||||
// 29
|
||||
4 => [640, 512, 384, 288],
|
||||
// 33
|
||||
5 => [864, 688, 496, 368],
|
||||
// 37
|
||||
6 => [1088, 864, 608, 480],
|
||||
// 41
|
||||
7 => [1248, 992, 704, 528],
|
||||
// 45
|
||||
8 => [1552, 1232, 880, 688],
|
||||
// 49
|
||||
9 => [1856, 1456, 1056, 800],
|
||||
// 53
|
||||
10 => [2192, 1728, 1232, 976],
|
||||
// 57
|
||||
11 => [2592, 2032, 1440, 1120],
|
||||
// 61
|
||||
12 => [2960, 2320, 1648, 1264],
|
||||
// 65
|
||||
13 => [3424, 2672, 1952, 1440],
|
||||
// 69 NICE!
|
||||
14 => [3688, 2920, 2088, 1576],
|
||||
// 73
|
||||
15 => [4184, 3320, 2360, 1784],
|
||||
// 77
|
||||
16 => [4712, 3624, 2600, 2024],
|
||||
// 81
|
||||
17 => [5176, 4056, 2936, 2264],
|
||||
// 85
|
||||
18 => [5768, 4504, 3176, 2504],
|
||||
// 89
|
||||
19 => [6360, 5016, 3560, 2728],
|
||||
// 93
|
||||
20 => [6888, 5352, 3880, 3080],
|
||||
// 97
|
||||
21 => [7456, 5712, 4096, 3248],
|
||||
// 101
|
||||
22 => [8048, 6256, 4544, 3536],
|
||||
// 105
|
||||
23 => [8752, 6880, 4912, 3712],
|
||||
// 109
|
||||
24 => [9392, 7312, 5312, 4112],
|
||||
// 113
|
||||
25 => [10208, 8000, 5744, 4304],
|
||||
// 117
|
||||
26 => [10960, 8496, 6032, 4768],
|
||||
// 121
|
||||
27 => [11744, 9024, 6464, 5024],
|
||||
// 125
|
||||
28 => [12248, 9544, 6968, 5288],
|
||||
// 129
|
||||
29 => [13048, 10136, 7288, 5608],
|
||||
// 133
|
||||
30 => [13880, 10984, 7880, 5960],
|
||||
// 137
|
||||
31 => [14744, 11640, 8264, 6344],
|
||||
// 141
|
||||
32 => [15640, 12328, 8920, 6760],
|
||||
// 145
|
||||
33 => [16568, 13048, 9368, 7208],
|
||||
// 149
|
||||
34 => [17528, 13800, 9848, 7688],
|
||||
// 153
|
||||
35 => [18448, 14496, 10288, 7888],
|
||||
// 157
|
||||
36 => [19472, 15312, 10832, 8432],
|
||||
// 161
|
||||
37 => [20528, 15936, 11408, 8768],
|
||||
// 165
|
||||
38 => [21616, 16816, 12016, 9136],
|
||||
// 169
|
||||
39 => [22496, 17728, 12656, 9776],
|
||||
// 173
|
||||
40 => [23648, 18672, 13328, 10208],
|
||||
// [ L, M, Q, H] // v => modules
|
||||
[null, null, null, null],
|
||||
// 0 => will be ignored, index starts at 1
|
||||
[152, 128, 104, 72],
|
||||
// 1 => 21
|
||||
[272, 224, 176, 128],
|
||||
// 2 => 25
|
||||
[440, 352, 272, 208],
|
||||
// 3 => 29
|
||||
[640, 512, 384, 288],
|
||||
// 4 => 33
|
||||
[864, 688, 496, 368],
|
||||
// 5 => 37
|
||||
[1088, 864, 608, 480],
|
||||
// 6 => 41
|
||||
[1248, 992, 704, 528],
|
||||
// 7 => 45
|
||||
[1552, 1232, 880, 688],
|
||||
// 8 => 49
|
||||
[1856, 1456, 1056, 800],
|
||||
// 9 => 53
|
||||
[2192, 1728, 1232, 976],
|
||||
// 10 => 57
|
||||
[2592, 2032, 1440, 1120],
|
||||
// 11 => 61
|
||||
[2960, 2320, 1648, 1264],
|
||||
// 12 => 65
|
||||
[3424, 2672, 1952, 1440],
|
||||
// 13 => 69 NICE!
|
||||
[3688, 2920, 2088, 1576],
|
||||
// 14 => 73
|
||||
[4184, 3320, 2360, 1784],
|
||||
// 15 => 77
|
||||
[4712, 3624, 2600, 2024],
|
||||
// 16 => 81
|
||||
[5176, 4056, 2936, 2264],
|
||||
// 17 => 85
|
||||
[5768, 4504, 3176, 2504],
|
||||
// 18 => 89
|
||||
[6360, 5016, 3560, 2728],
|
||||
// 19 => 93
|
||||
[6888, 5352, 3880, 3080],
|
||||
// 20 => 97
|
||||
[7456, 5712, 4096, 3248],
|
||||
// 21 => 101
|
||||
[8048, 6256, 4544, 3536],
|
||||
// 22 => 105
|
||||
[8752, 6880, 4912, 3712],
|
||||
// 23 => 109
|
||||
[9392, 7312, 5312, 4112],
|
||||
// 24 => 113
|
||||
[10208, 8000, 5744, 4304],
|
||||
// 25 => 117
|
||||
[10960, 8496, 6032, 4768],
|
||||
// 26 => 121
|
||||
[11744, 9024, 6464, 5024],
|
||||
// 27 => 125
|
||||
[12248, 9544, 6968, 5288],
|
||||
// 28 => 129
|
||||
[13048, 10136, 7288, 5608],
|
||||
// 29 => 133
|
||||
[13880, 10984, 7880, 5960],
|
||||
// 30 => 137
|
||||
[14744, 11640, 8264, 6344],
|
||||
// 31 => 141
|
||||
[15640, 12328, 8920, 6760],
|
||||
// 32 => 145
|
||||
[16568, 13048, 9368, 7208],
|
||||
// 33 => 149
|
||||
[17528, 13800, 9848, 7688],
|
||||
// 34 => 153
|
||||
[18448, 14496, 10288, 7888],
|
||||
// 35 => 157
|
||||
[19472, 15312, 10832, 8432],
|
||||
// 36 => 161
|
||||
[20528, 15936, 11408, 8768],
|
||||
// 37 => 165
|
||||
[21616, 16816, 12016, 9136],
|
||||
// 38 => 169
|
||||
[22496, 17728, 12656, 9776],
|
||||
// 39 => 173
|
||||
[23648, 18672, 13328, 10208],
|
||||
] </span>
|
||||
</dt>
|
||||
<dd>ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40</dd>
|
||||
@@ -475,7 +477,7 @@
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">89</span>
|
||||
<span class="phpdocumentor-element-found-in__line">90</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -556,86 +558,88 @@
|
||||
<span class="phpdocumentor-signature__type">int</span>
|
||||
<span class="phpdocumentor-signature__name">MAX_BITS</span>
|
||||
= <span class="phpdocumentor-signature__default-value">[
|
||||
// v => [ L, M, Q, H] // modules
|
||||
1 => [152, 128, 104, 72],
|
||||
// 21
|
||||
2 => [272, 224, 176, 128],
|
||||
// 25
|
||||
3 => [440, 352, 272, 208],
|
||||
// 29
|
||||
4 => [640, 512, 384, 288],
|
||||
// 33
|
||||
5 => [864, 688, 496, 368],
|
||||
// 37
|
||||
6 => [1088, 864, 608, 480],
|
||||
// 41
|
||||
7 => [1248, 992, 704, 528],
|
||||
// 45
|
||||
8 => [1552, 1232, 880, 688],
|
||||
// 49
|
||||
9 => [1856, 1456, 1056, 800],
|
||||
// 53
|
||||
10 => [2192, 1728, 1232, 976],
|
||||
// 57
|
||||
11 => [2592, 2032, 1440, 1120],
|
||||
// 61
|
||||
12 => [2960, 2320, 1648, 1264],
|
||||
// 65
|
||||
13 => [3424, 2672, 1952, 1440],
|
||||
// 69 NICE!
|
||||
14 => [3688, 2920, 2088, 1576],
|
||||
// 73
|
||||
15 => [4184, 3320, 2360, 1784],
|
||||
// 77
|
||||
16 => [4712, 3624, 2600, 2024],
|
||||
// 81
|
||||
17 => [5176, 4056, 2936, 2264],
|
||||
// 85
|
||||
18 => [5768, 4504, 3176, 2504],
|
||||
// 89
|
||||
19 => [6360, 5016, 3560, 2728],
|
||||
// 93
|
||||
20 => [6888, 5352, 3880, 3080],
|
||||
// 97
|
||||
21 => [7456, 5712, 4096, 3248],
|
||||
// 101
|
||||
22 => [8048, 6256, 4544, 3536],
|
||||
// 105
|
||||
23 => [8752, 6880, 4912, 3712],
|
||||
// 109
|
||||
24 => [9392, 7312, 5312, 4112],
|
||||
// 113
|
||||
25 => [10208, 8000, 5744, 4304],
|
||||
// 117
|
||||
26 => [10960, 8496, 6032, 4768],
|
||||
// 121
|
||||
27 => [11744, 9024, 6464, 5024],
|
||||
// 125
|
||||
28 => [12248, 9544, 6968, 5288],
|
||||
// 129
|
||||
29 => [13048, 10136, 7288, 5608],
|
||||
// 133
|
||||
30 => [13880, 10984, 7880, 5960],
|
||||
// 137
|
||||
31 => [14744, 11640, 8264, 6344],
|
||||
// 141
|
||||
32 => [15640, 12328, 8920, 6760],
|
||||
// 145
|
||||
33 => [16568, 13048, 9368, 7208],
|
||||
// 149
|
||||
34 => [17528, 13800, 9848, 7688],
|
||||
// 153
|
||||
35 => [18448, 14496, 10288, 7888],
|
||||
// 157
|
||||
36 => [19472, 15312, 10832, 8432],
|
||||
// 161
|
||||
37 => [20528, 15936, 11408, 8768],
|
||||
// 165
|
||||
38 => [21616, 16816, 12016, 9136],
|
||||
// 169
|
||||
39 => [22496, 17728, 12656, 9776],
|
||||
// 173
|
||||
40 => [23648, 18672, 13328, 10208],
|
||||
// [ L, M, Q, H] // v => modules
|
||||
[null, null, null, null],
|
||||
// 0 => will be ignored, index starts at 1
|
||||
[152, 128, 104, 72],
|
||||
// 1 => 21
|
||||
[272, 224, 176, 128],
|
||||
// 2 => 25
|
||||
[440, 352, 272, 208],
|
||||
// 3 => 29
|
||||
[640, 512, 384, 288],
|
||||
// 4 => 33
|
||||
[864, 688, 496, 368],
|
||||
// 5 => 37
|
||||
[1088, 864, 608, 480],
|
||||
// 6 => 41
|
||||
[1248, 992, 704, 528],
|
||||
// 7 => 45
|
||||
[1552, 1232, 880, 688],
|
||||
// 8 => 49
|
||||
[1856, 1456, 1056, 800],
|
||||
// 9 => 53
|
||||
[2192, 1728, 1232, 976],
|
||||
// 10 => 57
|
||||
[2592, 2032, 1440, 1120],
|
||||
// 11 => 61
|
||||
[2960, 2320, 1648, 1264],
|
||||
// 12 => 65
|
||||
[3424, 2672, 1952, 1440],
|
||||
// 13 => 69 NICE!
|
||||
[3688, 2920, 2088, 1576],
|
||||
// 14 => 73
|
||||
[4184, 3320, 2360, 1784],
|
||||
// 15 => 77
|
||||
[4712, 3624, 2600, 2024],
|
||||
// 16 => 81
|
||||
[5176, 4056, 2936, 2264],
|
||||
// 17 => 85
|
||||
[5768, 4504, 3176, 2504],
|
||||
// 18 => 89
|
||||
[6360, 5016, 3560, 2728],
|
||||
// 19 => 93
|
||||
[6888, 5352, 3880, 3080],
|
||||
// 20 => 97
|
||||
[7456, 5712, 4096, 3248],
|
||||
// 21 => 101
|
||||
[8048, 6256, 4544, 3536],
|
||||
// 22 => 105
|
||||
[8752, 6880, 4912, 3712],
|
||||
// 23 => 109
|
||||
[9392, 7312, 5312, 4112],
|
||||
// 24 => 113
|
||||
[10208, 8000, 5744, 4304],
|
||||
// 25 => 117
|
||||
[10960, 8496, 6032, 4768],
|
||||
// 26 => 121
|
||||
[11744, 9024, 6464, 5024],
|
||||
// 27 => 125
|
||||
[12248, 9544, 6968, 5288],
|
||||
// 28 => 129
|
||||
[13048, 10136, 7288, 5608],
|
||||
// 29 => 133
|
||||
[13880, 10984, 7880, 5960],
|
||||
// 30 => 137
|
||||
[14744, 11640, 8264, 6344],
|
||||
// 31 => 141
|
||||
[15640, 12328, 8920, 6760],
|
||||
// 32 => 145
|
||||
[16568, 13048, 9368, 7208],
|
||||
// 33 => 149
|
||||
[17528, 13800, 9848, 7688],
|
||||
// 34 => 153
|
||||
[18448, 14496, 10288, 7888],
|
||||
// 35 => 157
|
||||
[19472, 15312, 10832, 8432],
|
||||
// 36 => 161
|
||||
[20528, 15936, 11408, 8768],
|
||||
// 37 => 165
|
||||
[21616, 16816, 12016, 9136],
|
||||
// 38 => 169
|
||||
[22496, 17728, 12656, 9776],
|
||||
// 39 => 173
|
||||
[23648, 18672, 13328, 10208],
|
||||
]</span>
|
||||
</code>
|
||||
|
||||
@@ -671,7 +675,7 @@
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">140</span>
|
||||
<span class="phpdocumentor-element-found-in__line">141</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -714,7 +718,7 @@ H: 0b10</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">147</span>
|
||||
<span class="phpdocumentor-element-found-in__line">148</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -772,7 +776,7 @@ H: 0b10</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">159</span>
|
||||
<span class="phpdocumentor-element-found-in__line">160</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -805,7 +809,7 @@ H: 0b10</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">196</span>
|
||||
<span class="phpdocumentor-element-found-in__line">197</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -849,7 +853,7 @@ H: 0b10</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">171</span>
|
||||
<span class="phpdocumentor-element-found-in__line">172</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -882,7 +886,7 @@ H: 0b10</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">205</span>
|
||||
<span class="phpdocumentor-element-found-in__line">206</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -915,7 +919,7 @@ H: 0b10</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/EccLevel.php"><a href="files/src-common-ecclevel.html"><abbr title="src/Common/EccLevel.php">EccLevel.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">184</span>
|
||||
<span class="phpdocumentor-element-found-in__line">185</span>
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user