Created
February 11, 2014 10:40
-
-
Save rained23/8932657 to your computer and use it in GitHub Desktop.
Malaysia States Array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$states = [ | |
'JHR' => 'Johor', | |
'KDH' => 'Kedah', | |
'KTN' => 'Kelantan', | |
'MLK' => 'Melaka', | |
'NSN' => 'Negeri Sembilan', | |
'PHG' => 'Pahang', | |
'PRK' => 'Perak', | |
'PLS' => 'Perlis', | |
'PNG' => 'Pulau Pinang', | |
'SBH' => 'Sabah', | |
'SWK' => 'Sarawak', | |
'SGR' => 'Selangor', | |
'TRG' => 'Terengganu', | |
'KUL' => 'W.P. Kuala Lumpur', | |
'LBN' => 'W.P. Labuan', | |
'PJY' => 'W.P. Putrajaya', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment