11 lines
120 B
PHP
11 lines
120 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'ZMW' => [
|
|
'K',
|
|
'Zambian Kwacha',
|
|
],
|
|
],
|
|
];
|