location.as.inc in Location 5
Same filename and directory in other branches
File
supported/location.as.incView source
<?php
// American Samoa
function location_province_list_as() {
return array(
'E' => "Eastern",
'M' => "Manu'a",
'R' => "Rose Island",
'S' => "Swains Island",
'W' => "Western",
);
}
Functions
Name | Description |
---|---|
location_province_list_as |