1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
countries.php
См. документацию.
1<?php
2
3//country IDs are from lang/tools.php as stored in the b_user.personal_country
4//country codes are from ISO 3166-1, http://www.iso.org/iso/country_codes/
5static $arCounries = [
6 'RU'=>1, //Russia
7 'AZ'=>2, //Azerbaijan
8 'AM'=>3, //Armenia
9 'BY'=>4, //Belarus
10 'GE'=>5, //Georgia
11 'KZ'=>6, //Kazakhstan
12 'KG'=>7, //Kyrgyzstan
13 'LV'=>8, //Latvia
14 'LT'=>9, //Lithuania
15 'MD'=>10, //Moldova
16 'TJ'=>11, //Tajikistan
17 'TM'=>12, //Turkmenistan
18 'UZ'=>13, //Uzbekistan
19 'UA'=>14, //Ukraine
20 'EE'=>15, //Estonia
21 'AU'=>16, //Australia
22 'AT'=>17, //Austria
23 'AL'=>18, //Albania
24 'DZ'=>19, //Algeria
25 'AO'=>20, //Angola
26 'AE'=>21, //United Arab Emirates
27 'AR'=>22, //Argentina
28 'AW'=>23, //Aruba
29 'AF'=>24, //Afghanistan
30 'BS'=>25, //Bahamas
31 'BD'=>26, //Bangladesh
32 'BB'=>27, //Barbados
33 'BE'=>28, //Belgium
34 'BJ'=>29, //Benin
35 'BM'=>30, //Bermuda
36 'BG'=>31, //Bulgaria
37 'BO'=>32, //Bolivia
38 'BA'=>33, //Bosnia and Herzegowina
39 'BR'=>34, //Brazil
40 'BN'=>35, //Brunei Darussalam
41 'GB'=>36, //United Kingdom
42 'HU'=>37, //Hungary
43 'VE'=>38, //Venezuela
44 'VN'=>39, //Viet Nam
45 'HT'=>40, //Haiti
46 'GM'=>41, //Gambia
47 'HN'=>42, //Honduras
48 'GP'=>43, //Guadeloupe
49 'GT'=>44, //Guatemala
50 'GN'=>45, //Guinea
51 'DE'=>46, //Germany
52 'GI'=>47, //Gibraltar
53 'NL'=>48, //Netherlands
54 'HK'=>49, //Hong Kong
55 'GD'=>50, //Grenada
56 'GL'=>51, //Greenland
57 'GR'=>52, //Greece
58 'GY'=>53, //Guyana
59 'DK'=>54, //Denmark
60 'DO'=>55, //Dominican Republic
61 'EG'=>56, //Egypt
62 'CD'=>57, //Congo-Kinshasa
63 'ZM'=>58, //Zambia
64 'ZW'=>59, //Zimbabwe
65 'IL'=>60, //Israel
66 'IN'=>61, //India
67 'ID'=>62, //Indonesia
68 'JO'=>63, //Jordan
69 'IQ'=>64, //Iraq
70 'IR'=>65, //Iran
71 'IE'=>66, //Ireland
72 'IS'=>67, //Iceland
73 'ES'=>68, //Spain
74 'IT'=>69, //Italy
75 'YE'=>70, //Yemen
76 'KY'=>71, //Cayman Islands
77 'CM'=>72, //Cameroon
78 'CA'=>73, //Canada
79 'KE'=>74, //Kenya
80 'CY'=>75, //Cyprus
81 'CN'=>76, //China
82 'CO'=>77, //Colombia
83 'KH'=>78, //Cambodia
84 'CG'=>79, //Congo
85 'KR'=>80, //Korea (South)
86 'CR'=>81, //Costa Rica
87 'CU'=>82, //Cuba
88 'KW'=>83, //Kuwait
89 'LR'=>84, //Liberia
90 'LI'=>85, //Liechtenstein
91 'LU'=>86, //Luxemburg
92 'MR'=>87, //Mauritania
93 'MG'=>88, //Madagascar
94 'MK'=>89, //Macedonia
95 'MY'=>90, //Malaysia
96 'ML'=>91, //Mali
97 'MT'=>92, //Malta
98 'MX'=>93, //Mexico
99 'MZ'=>94, //Mozambique
100 'MC'=>95, //Monaco
101 'MN'=>96, //Mongolia
102 'MA'=>97, //Morocco
103 'NA'=>98, //Namibia
104 'NP'=>99, //Nepal
105 'NG'=>100, //Nigeria
106 'NI'=>102, //Nicaragua
107 'NZ'=>103, //New Zealand
108 'NO'=>104, //Norway
109 'PK'=>105, //Pakistan
110 'PA'=>106, //Panama
111 'PG'=>107, //Papua New Guinea
112 'PY'=>108, //Paraguay
113 'PE'=>109, //Peru
114 'PL'=>110, //Poland
115 'PT'=>111, //Portugal
116 'PR'=>112, //Puerto Rico
117 'RO'=>113, //Romania
118 'SA'=>114, //Saudi Arabia
119 'SN'=>115, //Senegal
120 'SG'=>116, //Singapore
121 'SY'=>117, //Syria
122 'SK'=>118, //Slovakia
123 'SI'=>119, //Slovenia
124 'SO'=>120, //Somalia
125 'SD'=>121, //Sudan
126 'US'=>122, //USA
127 'TW'=>123, //Taiwan
128 'TH'=>124, //Thailand
129 'TT'=>125, //Trinidad and Tobago
130 'TN'=>126, //Tunisia
131 'TR'=>127, //Turkey
132 'UG'=>128, //Uganda
133 'UY'=>129, //Uruguay
134 'PH'=>130, //Philippines
135 'FI'=>131, //Finland
136 'FR'=>132, //France
137 'TD'=>133, //Chad
138 'CZ'=>134, //Czechia
139 'CL'=>135, //Chile
140 'CH'=>136, //Switzerland
141 'SE'=>137, //Sweden
142 'LK'=>138, //Sri Lanka
143 'EC'=>139, //Ecuador
144 'ET'=>140, //Ethiopia
145 'ZA'=>141, //South African Republic
146 'RS'=>142, //Serbia
147 'JM'=>143, //Jamaica
148 'JP'=>144, //Japan
149 'BH'=>145, //Bahrain
150 'AD'=>146, //Andorra
151 'BZ'=>147, //Belize
152 'BT'=>148, //Bhutan
153 'BW'=>149, //Botswana
154 'BF'=>150, //Burkina Faso
155 'BI'=>151, //Burundi
156 'CF'=>152, //Central African Republic
157 'KM'=>153, //Comoros
158 'CI'=>154, //Cote D'ivoire
159 'DJ'=>155, //Djibouti
160 'TL'=>156, //East Timor
161 'SV'=>157, //El Salvador
162 'GQ'=>158, //Equatorial Guinea
163 'ER'=>159, //Eritrea
164 'FJ'=>160, //Fiji
165 'GA'=>161, //Gabon
166 'GH'=>162, //Ghana
167 'GW'=>163, //Guinea-bissau
168 'KP'=>164, //Korea (North)
169 'LB'=>165, //Lebanon
170 'LS'=>166, //Lesotho
171 'LY'=>167, //Libya
172 'MV'=>168, //Malvides
173 'MH'=>169, //Marshall Islands
174 'NE'=>170, //Niger
175 'OM'=>171, //Oman
176 'QA'=>172, //Qatar
177 'RW'=>173, //Rwanda
178 'WS'=>174, //Samoa
179 'SC'=>175, //Seychelles
180 'SL'=>176, //Sierra Leone
181 'SR'=>177, //Suriname
182 'SZ'=>178, //Swaziland
183 'TZ'=>179, //Tanzania
184 'EH'=>180, //Western Sahara
185 'HR'=>181, //Croatia
186 'AI'=>182, //Anguilla
187 'AQ'=>183, //Antarctica
188 'AG'=>184, //Antigua and Barbuda
189 'BV'=>185, //Bouvet Island
190 'IO'=>186, //British Indian Ocean Territory
191 'VG'=>187, //British Virgin Islands
192 'MM'=>188, //Myanmar
193 'CV'=>189, //Cape Verde
194 'CX'=>190, //Christmas Island
195 'CC'=>191, //Cocos Islands
196 'CK'=>192, //Cook Islands
197 'DM'=>193, //Dominica
198 'FK'=>194, //Falkland Islands
199 'FO'=>195, //Faeroe Islands
200 'GF'=>196, //French Guiana
201 'PF'=>197, //French Polynesia
202 'TF'=>198, //French Antarctic
203 'HM'=>199, //Heard and McDonald Islands
204 'KI'=>200, //Kiribati
205 'LA'=>201, //Laos
206 'MO'=>202, //Macau
207 'MW'=>203, //Malawi
208 'MQ'=>204, //Martinique
209 'MU'=>205, //Mauritius
210 'YT'=>206, //Mayotte
211 'FM'=>207, //Micronesia
212 'MS'=>208, //Montserrat
213 'NR'=>209, //Nauru
214 'NC'=>211, //New Caledonia
215 'NU'=>212, //Niue
216 'NF'=>213, //Norfolk Island
217 'PW'=>214, //Palau
218 'PS'=>215, //Palestine
219 'PN'=>216, //Pitcairn Islands
220 'RE'=>217, //Reunion
221 'SH'=>218, //Saint Helena
222 'KN'=>219, //Saint Kitts and Nevis
223 'LC'=>220, //Saint Lucia
224 'PM'=>221, //Saint-Pierre and Miquelon
225 'VC'=>222, //Saint Vincent and the Grenadines
226 'SM'=>223, //San Marino
227 'SB'=>224, //Solomon Islands
228 'GS'=>225, //South Georgia and the South Sandwich Islands
229 'SJ'=>226, //Svalbard and Jan Mayen Islands
230 'TG'=>227, //Togo
231 'TK'=>228, //Tokelau
232 'TO'=>229, //Tonga
233 'TC'=>230, //Turks Caicos Islands
234 'TV'=>231, //Tuvalu
235 'VI'=>232, //U.S. Virgin Islands
236 'VU'=>233, //Vanuatu
237 'VA'=>234, //Vatican City
238 'WF'=>235, //Wallis and Futuna Islands
239 'ME'=>236, //Montenegro
240];