Files
faveo/vendor/giggsey/libphonenumber-for-php/src/libphonenumber/AlternateFormatsCountryCodeSet.php
2015-05-01 13:13:01 +05:30

60 lines
848 B
PHP

<?php
/**
* This file is automatically @generated by {@link BuildMetadataPHPFromXml}.
* Please don't modify it 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 => 43,
7 => 44,
8 => 49,
9 => 54,
10 => 55,
11 => 58,
12 => 61,
13 => 62,
14 => 63,
15 => 66,
16 => 81,
17 => 84,
18 => 90,
19 => 91,
20 => 94,
21 => 95,
22 => 255,
23 => 350,
24 => 351,
25 => 352,
26 => 358,
27 => 359,
28 => 372,
29 => 373,
30 => 380,
31 => 381,
32 => 385,
33 => 505,
34 => 506,
35 => 595,
36 => 675,
37 => 676,
38 => 679,
39 => 855,
40 => 971,
41 => 972,
42 => 995,
);
}