9 lines
104 B
PHP
9 lines
104 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'BW' => 'Botswana',
|
|
'ZA' => 'Aforika Borwa',
|
|
],
|
|
];
|