You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
491 B
53 lines
491 B
2 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
[
|
||
|
'A',
|
||
|
1,
|
||
|
],
|
||
|
[
|
||
|
'Z',
|
||
|
26,
|
||
|
],
|
||
|
[
|
||
|
'AA',
|
||
|
27,
|
||
|
],
|
||
|
[
|
||
|
'AB',
|
||
|
28,
|
||
|
],
|
||
|
[
|
||
|
'AZ',
|
||
|
52,
|
||
|
],
|
||
|
[
|
||
|
'BA',
|
||
|
53,
|
||
|
],
|
||
|
[
|
||
|
'BZ',
|
||
|
78,
|
||
|
],
|
||
|
[
|
||
|
'CA',
|
||
|
79,
|
||
|
],
|
||
|
[
|
||
|
'IV',
|
||
|
256,
|
||
|
],
|
||
|
[
|
||
|
'ZZ',
|
||
|
702,
|
||
|
],
|
||
|
[
|
||
|
'AAA',
|
||
|
703,
|
||
|
],
|
||
|
[
|
||
|
'BAA',
|
||
|
1379,
|
||
|
],
|
||
|
];
|