Skip to content

Instantly share code, notes, and snippets.

@guizmo
Created January 17, 2013 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guizmo/4553081 to your computer and use it in GitHub Desktop.
Save guizmo/4553081 to your computer and use it in GitHub Desktop.
List commune New Caledonia
function nc_opt_list_communes() {
$options = array(
'98812' => 'Boulouparis',
'98870' => 'Bourail',
'98813' => 'Canala',
'98830' => 'Dumbéa',
'98881' => 'Farino',
'98815' => 'Hienghène',
'98816' => 'Houaïlou',
'98811' => 'îles Belep',
'98832' => 'Île des Pins',
'98817' => 'Kaala-Gomen',
'98860' => 'Koné',
'98850' => 'Koumac',
'98880' => 'La Foa',
'98820' => 'Lifou',
'98878' => 'Maré',
'98819' => 'Moindou',
'98880' => 'La Foa',
'98810' => 'Le Mont-Dore',
'98819' => 'Moindou',
'98800' => 'Nouméa',
'98821' => 'Ouégoa',
'98814' => 'Ouvéa',
'98890' => 'Païta',
'98822' => 'Poindimié',
'98823' => 'Ponérihouen',
'98824' => 'Pouébo',
'98825' => 'Pouembout',
'98826' => 'Poum',
'98827' => 'Poya',
'98829' => 'Thio',
'98831' => 'Touho',
'98833' => 'Voh',
'98834' => 'Yaté',
'98818' => 'Kouaoua',
);
return $options;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment