HighSpeaker/vendor/workerman/validation/data/iso_3166-2/GM.php
2024-01-31 22:15:08 +08:00

13 lines
216 B
PHP

<?php
return [
"country" => "Gambia",
"subdivisions" => [
"B" => "Banjul",
"L" => "Lower River",
"M" => "Central River",
"N" => "North Bank",
"U" => "Upper River",
"W" => "Western"
]
];