respect-validation/data/iso_3166-2/BF.php
Alexandre Gomes Gaigalas 6173757f63 Use PHP files and setup a runtime cache for CountryInfo
Previously, we were loading country info from a JSON file. This
changes it to use PHP files instead. It also caches these resources
across calls avoiding these files to be loaded more than once
per process.
2023-02-19 00:19:10 -03:00

65 lines
1.5 KiB
PHP

<?php
return [
"country" => "Burkina Faso",
"subdivisions" => [
"01" => "Boucle du Mouhoun",
"02" => "Cascades",
"03" => "Centre",
"04" => "Centre-Est",
"05" => "Centre-Nord",
"06" => "Centre-Ouest",
"07" => "Centre-Sud",
"08" => "Est",
"09" => "Hauts-Bassins",
"10" => "Nord",
"11" => "Plateau-Central",
"12" => "Sahel",
"13" => "Sud-Ouest",
"BAL" => "Balé",
"BAM" => "Bam",
"BAN" => "Banwa",
"BAZ" => "Bazèga",
"BGR" => "Bougouriba",
"BLG" => "Boulgou",
"BLK" => "Boulkiemdé",
"COM" => "Comoé",
"GAN" => "Ganzourgou",
"GNA" => "Gnagna",
"GOU" => "Gourma",
"HOU" => "Houet",
"IOB" => "Ioba",
"KAD" => "Kadiogo",
"KEN" => "Kénédougou",
"KMD" => "Komondjari",
"KMP" => "Kompienga",
"KOP" => "Koulpélogo",
"KOS" => "Kossi",
"KOT" => "Kouritenga",
"KOW" => "Kourwéogo",
"LER" => "Léraba",
"LOR" => "Loroum",
"MOU" => "Mouhoun",
"NAM" => "Namentenga",
"NAO" => "Nahouri",
"NAY" => "Nayala",
"NOU" => "Noumbiel",
"OUB" => "Oubritenga",
"OUD" => "Oudalan",
"PAS" => "Passoré",
"PON" => "Poni",
"SEN" => "Séno",
"SIS" => "Sissili",
"SMT" => "Sanmatenga",
"SNG" => "Sanguié",
"SOM" => "Soum",
"SOR" => "Sourou",
"TAP" => "Tapoa",
"TUI" => "Tuy",
"YAG" => "Yagha",
"YAT" => "Yatenga",
"ZIR" => "Ziro",
"ZON" => "Zondoma",
"ZOU" => "Zoundwéogo"
]
];