8 lines
137 B
PHP
8 lines
137 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'HONG KONG' => 'Hong Kong Island',
|
||
|
'KOWLOON' => 'Kowloon',
|
||
|
'NEW TERRITORIES' => 'New Territories',
|
||
|
];
|