Skip to content

Instantly share code, notes, and snippets.

View Wipster's full-sized avatar
🐟
Wir bringen dich zum Angelschein!

Florian Wipster

🐟
Wir bringen dich zum Angelschein!
View GitHub Profile
@Wipster
Wipster / gist:6ebc31b301d4db233639308d57e05f3e
Last active September 25, 2017 09:22 — forked from vxnick/gist:380904
PHP array of country codes (ISO 3166-1 alpha-2) and corresponding names - deutsch / german
<?php
$countries = array
(
'AF' => 'Afghanistan',
'EG' => 'Ägypten',
'AL' => 'Albanien',
'DZ' => 'Algerien',
'AD' => 'Andorra',
'AO' => 'Angola',