HighSpeaker/vendor/workerman/validation/data/iso_3166-2/GM.php

13 lines
216 B
PHP
Raw Normal View History

2024-01-31 19:45:08 +05:30
<?php
return [
"country" => "Gambia",
"subdivisions" => [
"B" => "Banjul",
"L" => "Lower River",
"M" => "Central River",
"N" => "North Bank",
"U" => "Upper River",
"W" => "Western"
]
];