Source for file USStates.php

Documentation is available at USStates.php

  1. <?php
  2.     /**
  3.      * US States define file
  4.      *
  5.      * @copyright Copyright (c) 2004 Mirchev Ideas Ltd. All rights reserved.
  6.      * @package MIPHPF
  7.      */
  8.  
  9.     /**
  10.      * Array with US states. The key is the 2-letter abbreviation of
  11.      * the state name
  12.      * 
  13.      * @access public
  14.      */
  15.     $miUSStates array(
  16.             'AL' => 'Alabama',
  17.             'AK' => 'Alaska',
  18.             'AS' => 'American Samoa',
  19.             'AZ' => 'Arizona',
  20.             'AR' => 'Arkansas',
  21.             'CA' => 'California',
  22.             'CO' => 'Colorado',
  23.             'CT' => 'Connecticut',
  24.             'DE' => 'Delaware',
  25.             'DC' => 'District of Columbia',
  26.             'FM' => 'Federated States of Micronesia',
  27.             'FL' => 'Florida',
  28.             'GA' => 'Georgia',
  29.             'GU' => 'Guam',
  30.             'HI' => 'Hawaii',
  31.             'ID' => 'Idaho',
  32.             'IL' => 'Illinois',
  33.             'IN' => 'Indiana',
  34.             'IA' => 'Iowa',
  35.             'KS' => 'Kansas',
  36.             'KY' => 'Kentucky',
  37.             'LA' => 'Louisiana',
  38.             'ME' => 'Maine',
  39.             'MH' => 'Marshall Islands',
  40.             'MD' => 'Maryland',
  41.             'MA' => 'Massachusetts',
  42.             'MI' => 'Michigan',
  43.             'MN' => 'Minnesota',
  44.             'MS' => 'Mississippi',
  45.             'MO' => 'Missouri',
  46.             'MT' => 'Montana',
  47.             'NE' => 'Nebraska',
  48.             'NV' => 'Nevada',
  49.             'NH' => 'New Hampshire',
  50.             'NJ' => 'New Jersey',
  51.             'NM' => 'New Mexico',
  52.             'NY' => 'New York',
  53.             'NC' => 'North Carolina',
  54.             'ND' => 'North Dakota',
  55.             'MP' => 'Northern Mariana Islands',
  56.             'OH' => 'Ohio',
  57.             'OK' => 'Oklahoma',
  58.             'OR' => 'Oregon',
  59.             'PW' => 'Palau',
  60.             'PA' => 'Pennsylvania',
  61.             'PR' => 'Puerto Rico',
  62.             'RI' => 'Rhode Island',
  63.             'SC' => 'South Carolina',
  64.             'SD' => 'South Dakota',
  65.             'TN' => 'Tennessee',
  66.             'TX' => 'Texas',
  67.             'UT' => 'Utah',
  68.             'VT' => 'Vermont',
  69.             'VI' => 'Virgin Islands',
  70.             'VA' => 'Virginia',
  71.             'WA' => 'Washington',
  72.             'WV' => 'West Virginia',
  73.             'WI' => 'Wisconsin',
  74.             'WY' => 'Wyoming'
  75.     );
  76. ?>

Documentation generated on Thu, 08 May 2008 16:57:52 +0300 by phpDocumentor 1.4.1