11 lines
121 B
PHP
11 lines
121 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'SGD' => [
|
|
'$',
|
|
'Dolar Singapura',
|
|
],
|
|
],
|
|
];
|