12 lines
209 B
PHP
12 lines
209 B
PHP
<?php
|
|
return [
|
|
"country" => "Sierra Leone",
|
|
"subdivisions" => [
|
|
"E" => "Eastern",
|
|
"N" => "Northern",
|
|
"NW" => "North Western",
|
|
"S" => "Southern",
|
|
"W" => "Western Area (Freetown)"
|
|
]
|
|
];
|