69 lines
1.1 KiB
PHP
69 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
|
|
* See [README.md](README.md#generating-data) for more information.
|
|
*
|
|
* Pull requests changing data in these files will not be accepted. See the
|
|
* [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make
|
|
* metadata changes.
|
|
*
|
|
* Do not modify this file directly!
|
|
*/
|
|
|
|
|
|
namespace libphonenumber;
|
|
class AlternateFormatsCountryCodeSet {
|
|
|
|
// A set of all country codes for which data is available.
|
|
|
|
public static $alternateFormatsCountryCodeSet = array (
|
|
0 => 7,
|
|
1 => 27,
|
|
2 => 30,
|
|
3 => 31,
|
|
4 => 34,
|
|
5 => 36,
|
|
6 => 39,
|
|
7 => 43,
|
|
8 => 44,
|
|
9 => 49,
|
|
10 => 52,
|
|
11 => 54,
|
|
12 => 55,
|
|
13 => 58,
|
|
14 => 61,
|
|
15 => 62,
|
|
16 => 64,
|
|
17 => 66,
|
|
18 => 81,
|
|
19 => 84,
|
|
20 => 90,
|
|
21 => 91,
|
|
22 => 94,
|
|
23 => 95,
|
|
24 => 255,
|
|
25 => 350,
|
|
26 => 351,
|
|
27 => 352,
|
|
28 => 358,
|
|
29 => 359,
|
|
30 => 372,
|
|
31 => 373,
|
|
32 => 380,
|
|
33 => 381,
|
|
34 => 385,
|
|
35 => 505,
|
|
36 => 506,
|
|
37 => 595,
|
|
38 => 675,
|
|
39 => 676,
|
|
40 => 679,
|
|
41 => 855,
|
|
42 => 856,
|
|
43 => 971,
|
|
44 => 972,
|
|
45 => 995,
|
|
);
|
|
|
|
}
|