01 | | 02 | | 03 | | 04 | | 05 | | 06 | | 07 | | 08 | | 09 | | 10 | | 11 | | 12 | | 13 | | 14 | | 15 | | 16 | | 17 | | 18 | | 19 | | 20 | | 21 | | 22 | | 23 | | 24 | | 25 | | 26 | | 27 | | 28 | | 29 | | 30 | | 31 | | 32 | | 33 | | 34 | | 35 | | 36 | | 37 | | 38 | | 39 | | 40 | | 41 | | 42 | | 43 | | 44 | | 45 | | 46 | | 47 | | 48 | | 49 | | 50 | | 51 | | 52 | | 53 | | 54 | | 55 | | 56 | | 57 | | 58 | | 59 | | 60 | | 61 | | 62 | | 63 | | 64 | | 65 | | 66 | | 67 | | 68 | | 69 | | 70 | | 71 | | 72 | | 73 | | 74 | | 75 | | 76 | | 77 | | 78 | | 79 | | 80 | | 81 | | 82 | | 83 | | 84 | | 85 | | 86 | | 87 | | 88 | | 89 | | 90 | | 91 | | 92 | | 93 | | 94 | | 95 | | 96 | | 97 | | 98 | | 99 | | 100 | | 101 | | 102 | | 103 | | 104 | | 105 | | 106 | | 107 | | 108 | | 109 | | 110 | | 111 | | 112 | | 113 | | 114 | | 115 | | 116 | | 117 | | 118 | | 119 | | 120 | | 121 | | 122 | | 123 | | 124 | | 125 | | 126 | | 127 | | 128 | | 129 | | 130 | | 131 | | 132 | | 133 | | 134 | | 135 | | 136 | | 137 | | 138 | | 139 | | 140 | | 141 | | 142 | | 143 | | 144 | | 145 | | 146 | | 147 | | 148 | | 149 | | 150 | | 151 | | 152 | | 153 | | 154 | | 155 | | 156 | | 157 | | 158 | | 159 | | 160 | | 161 | | 162 | | 163 | | 164 | | 165 | | 166 | | 167 | | 168 | | 169 | | 170 | | 171 | | 172 | | 173 | | 174 | | 175 | | 176 | | 177 | | 178 | | 179 | | 180 | | 181 | | 182 | | 183 | | 184 | | 185 | | 186 | | 187 | | 188 | | 189 | | 190 | | 191 | | 192 | | 193 | | 194 | | 195 | | 196 | | 197 | | 198 | | 199 | | 200 | | 201 | | 202 | | 203 | | 204 | | 205 | | 206 | | 207 | | 208 | | 209 | | 210 | | 211 | | 212 | | 213 | | 214 | | 215 | | 216 | | 217 | | 218 | | 219 | | 220 | | 221 | | 222 | | 223 | | 224 | | 225 | | 226 | | 227 | | 228 | | 229 | | 230 | | 231 | | 232 | | 233 | | 234 | | 235 | | 236 | | 237 | | 238 | | 239 | | 240 | | 241 | | 242 | | 243 | | 244 | | 245 | | 246 | | 247 | | 248 | | 249 | | 250 | | 251 | | 252 | | 253 | | 254 | | 255 | | 256 | | 257 | | 258 | | 259 | | 260 | | 261 | | 262 | | 263 | | 264 | | 265 | | 266 | | 267 | | 268 | | 269 | | 270 | | 271 | | 272 | | 273 | | 274 | | 275 | | 276 | | 277 | | 278 | | 279 | | 280 | |
|
<?php
| /*---------------------------------------------------------------*/
| /*
| Titre : Indicatifs téléphoniques
|
| URL : https://phpsources.net/code_s.php?id=1000
| Date édition : 15 Fév 2019
| Date mise à jour : 06 Aout 2019
| Rapport de la maj:
| - refactoring du code en PHP 7
| - fonctionnement du code vérifié
| - correction du code
| - amélioration du code
| - modification de la description
| */
| /*---------------------------------------------------------------*/
|
| $codes_telephoniques = array(
| "Etats Unis d'Amérique" => 1,
| "Canada" => 1,
| "Fédération russe" => 7,
| "Kazakhstan" => 7,
| "Ouzbekistan" => 7,
| "Egypte" => 20,
| "Afrique du Sud" => 27,
| "Grèce" => 30,
| "Pays-Bas" => 31,
| "Belgique" => 32,
| "France" => 33,
| "Espagne" => 34,
| "Hongrie" => 36,
| "Italie" => 39,
| "Vatican" => 39,
| "Roumanie" => 40,
| "Liechtenstein" => 41,
| "Suisse" => 41,
| "Autriche" => 43,
| "Royaume-Uni" => 44,
| "Danemark" => 45,
| "Suède" => 46,
| "Norvège" => 47,
| "Pologne" => 48,
| "Allemagne" => 49,
| "Pérou" => 51,
| "Mexique Centre" => 52,
| "Cuba" => 53,
| "Argentine" => 54,
| "Brésil" => 55,
| "Chili" => 56,
| "Colombie" => 57,
| "Vénézuela" => 58,
| "Malaisie" => 60,
| "Australie" => 61,
| "Ile Christmas" => 61,
| "Indonésie" => 62,
| "Philippines" => 63,
| "Nouvelle-Zélande" => 64,
| "Singapour" => 65,
| "Thaà¯lande" => 66,
| "Japon" => 81,
| "Corée du Sud" => 82,
| "Viêt-Nam" => 84,
| "Chine" => 86,
| "Turquie" => 90,
| "Inde" => 91,
| "Pakistan" => 92,
| "Afghanistan" => 93,
| "Sri Lanka" => 94,
| "Union Birmane" => 95,
| "Iran" => 98,
| "Maroc" => 212,
| "Algérie" => 213,
| "Tunisie" => 216,
| "Libye" => 218,
| "Gambie" => 220,
| "Sénégal" => 221,
| "Mauritanie" => 222,
| "Mali" => 223,
| "Guinée" => 224,
| "Cà´te d'Ivoire" => 225,
| "Burkina Faso" => 226,
| "Niger" => 227,
| "Togo" => 228,
| "Bénin" => 229,
| "Maurice" => 230,
| "Libéria" => 231,
| "Sierra Leone" => 232,
| "Ghana" => 233,
| "Nigeria" => 234,
| "République du Tchad" => 235,
| "République Centrafricaine" => 236,
| "Cameroun" => 237,
| "Cap-Vert" => 238,
| "Sao Tomé-et-Principe" => 239,
| "Guinée équatoriale" => 240,
| "Gabon" => 241,
| "Bahamas" => 242,
| "Congo" => 242,
| "Congo Zaà¯re (Rep. Dem.)" => 243,
| "Angola" => 244,
| "Guinée-Bissao" => 245,
| "Barbade" => 246,
| "Ascension" => 247,
| "Seychelles" => 248,
| "Soudan" => 249,
| "Rwanda" => 250,
| "Ethiopie" => 251,
| "Somalie" => 252,
| "Djibouti" => 253,
| "Kenya" => 254,
| "Tanzanie" => 255,
| "Ouganda" => 256,
| "Burundi" => 257,
| "Mozambique" => 258,
| "Zambie" => 260,
| "Madagascar" => 261,
| "Réunion" => 262,
| "Zimbabwe" => 263,
| "Namibie" => 264,
| "Malawi" => 265,
| "Lesotho" => 266,
| "Botswana" => 267,
| "Antigua-et-Barbuda" => 268,
| "Swaziland" => 268,
| "Mayotte" => 269,
| "République comorienne" => 269,
| "Saint Hélène" => 290,
| "Erythrée" => 291,
| "Aruba" => 297,
| "Ile Feroe" => 298,
| "Groà «nland" => 299,
| "Iles vierges américaines" => 340,
| "Iles Caà¯mans" => 345,
| "Espagne" => 349,
| "Gibraltar" => 350,
| "Portugal" => 351,
| "Luxembourg" => 352,
| "Irlande" => 353,
| "Islande" => 354,
| "Albanie" => 355,
| "Malte" => 356,
| "Chypre" => 357,
| "Finlande" => 358,
| "Bulgarie" => 359,
| "Lituanie" => 370,
| "Lettonie" => 371,
| "Estonie" => 372,
| "Moldavie" => 373,
| "Arménie" => 374,
| "Biélorussie" => 375,
| "Andorre" => 376,
| "Monaco" => 377,
| "Saint-Marin" => 378,
| "Ukraine" => 380,
| "Yougoslavie" => 381,
| "Croatie" => 385,
| "Slovénie" => 386,
| "Bosnie-Herzégovine" => 387,
| "Macédoine" => 389,
| "Italie" => 390,
| "République Tchèque" => 420,
| "Slovaquie" => 421,
| "Liechtenstein" => 423,
| "Bermudes" => 441,
| "Grenade" => 473,
| "Iles Falklands" => 500,
| "Belize" => 501,
| "Guatemala" => 502,
| "Salvador" => 503,
| "Honduras" => 504,
| "Nicaragua" => 505,
| "Costa Rica" => 506,
| "Panama" => 507,
| "Haà¯ti" => 509,
| "Guadeloupe" => 590,
| "Bolivie" => 591,
| "Guyane" => 592,
| "Equateur" => 593,
| "Guinée Franà§aise" => 594,
| "Paraguay" => 595,
| "Antilles Franà§aises" => 596,
| "Suriname" => 597,
| "Uruguay" => 598,
| "Antilles hollandaise" => 599,
| "Saint Eustache" => 599,
| "Saint Martin" => 599,
| "Turks et caicos" => 649,
| "Monteserrat" => 664,
| "Saipan" => 670,
| "Guam" => 671,
| "Antarctique-Casey" => 672,
| "Antarctique-Scott" => 672,
| "Ile de Norfolk" => 672,
| "Brunei Darussalam" => 673,
| "Nauru" => 674,
| "Papouasie - Nouvelle Guinée" => 675,
| "Tonga" => 676,
| "Iles Salomon" => 677,
| "Vanuatu" => 678,
| "Fidji" => 679,
| "Palau" => 680,
| "Wallis et Futuna" => 681,
| "Iles Cook" => 682,
| "Niue" => 683,
| "Samoa Américaines" => 684,
| "Samoa occidentales" => 685,
| "Kiribati" => 686,
| "Nouvelle-Calédonie" => 687,
| "Tuvalu" => 688,
| "Polynésie Franà§aise" => 689,
| "Tokelau" => 690,
| "Micronésie" => 691,
| "Marshall" => 692,
| "Sainte-Lucie" => 758,
| "Dominique" => 767,
| "Porto Rico" => 787,
| "République Dominicaine" => 809,
| "Saint-Vincent-et-les Grenadines" => 809,
| "Corée du Nord" => 850,
| "Hong Kong" => 852,
| "Macao" => 853,
| "Cambodge" => 855,
| "Laos" => 856,
| "Trinité-et-Tobago" => 868,
| "Saint-Christophe-et-Niévès" => 869,
| "Atlantique Est" => 871,
| "Marisat (Atlantique Est)" => 872,
| "Marisat (Atlantique Ouest)" => 873,
| "Atlantique Ouest" => 874,
| "Jamaà¯que" => 876,
| "Bangladesh" => 880,
| "Taiwan" => 886,
| "Maldives" => 960,
| "Liban" => 961,
| "Jordanie" => 962,
| "Syrie" => 963,
| "Iraq" => 964,
| "Koweà¯t" => 965,
| "Arabie saoudite" => 966,
| "Yémen" => 967,
| "Oman" => 968,
| "Palestine" => 970,
| "Emirats arabes unis" => 971,
| "Israà «l" => 972,
| "Bahreà¯n" => 973,
| "Qatar" => 974,
| "Bhoutan" => 975,
| "Mongolie" => 976,
| "Népal" => 977,
| "Tadjikistan (Rep. du)" => 992,
| "Turkménistan" => 993,
| "Azerbaà¯djan" => 994,
| "Géorgie" => 995,
| "Kirghizistan" => 996,
| "Bahamas" => 1242,
| "Barbade" => 1246,
| "Anguilla" => 1264,
| "Antigua et Barbuda " => 1268,
| "Vierges Britanniques (Iles)" => 1284,
| "Vierges Américaines (Iles)" => 1340,
| "Cayman (Iles)" => 1345,
| "Bermudes" => 1441,
| "Grenade" => 1473,
| "Turks et Caà¯cos (Iles)" => 1649,
| "Montserrat" => 1664,
| "Sainte-Lucie" => 1758,
| "Dominique" => 1767,
| "Saint-Vincent-et-Grenadines" => 1784,
| "Porto Rico" => 1787,
| "Hawaà¯" => 1808,
| "Dominicaine (Rep.)" => 1809,
| "Saint-Vincent-et-Grenadines" => 1809,
| "Trinité-et-Tobago" => 1868,
| "Saint-Kitts-et-Nevis" => 1869,
| "Jamaà¯que" => 1876,
| "Norfolk (Ile)" => 6723
| );
| ?>
|
| |
|