function location_province_list_bf in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.bf.inc \location_province_list_bf()
- 5 supported/location.bf.inc \location_province_list_bf()
- 6.3 supported/location.bf.inc \location_province_list_bf()
- 7.5 supported/location.bf.inc \location_province_list_bf()
- 7.4 supported/location.bf.inc \location_province_list_bf()
Returns an associative array of states/territories.
File
- supported/
location.bf.inc, line 11 - Burkina Faso.
Code
function location_province_list_bf() {
return array(
'BAL' => "Bale",
'BAM' => "Bam",
'BAN' => "Banwa",
'BAZ' => "Bazega",
'BOR' => "Bougouriba",
'BLG' => "Boulgou",
'BOK' => "Boulkiemde",
'COM' => "Comoe",
'GAN' => "Ganzourgou",
'GNA' => "Gnagna",
'GOU' => "Gourma",
'HOU' => "Houet",
'IOA' => "Ioba",
'KAD' => "Kadiogo",
'KEN' => "Kenedougou",
'KOD' => "Komondjari",
'KOP' => "Kompienga",
'KOS' => "Kossi",
'KOL' => "Koulpelogo",
'KOT' => "Kouritenga",
'KOW' => "Kourweogo",
'LER' => "Leraba",
'LOR' => "Loroum",
'MOU' => "Mouhoun",
'NAH' => "Nahouri",
'NAM' => "Namentenga",
'NAY' => "Nayala",
'NOU' => "Noumbiel",
'OUB' => "Oubritenga",
'OUD' => "Oudalan",
'PAS' => "Passore",
'PON' => "Poni",
'SAG' => "Sanguie",
'SAM' => "Sanmatenga",
'SEN' => "Seno",
'SIS' => "Sissili",
'SOM' => "Soum",
'SOR' => "Sourou",
'TAP' => "Tapoa",
'TUY' => "Tuy",
'YAG' => "Yagha",
'YAT' => "Yatenga",
'ZIR' => "Ziro",
'ZOD' => "Zondoma",
'ZOW' => "Zoundweogo",
);
}