Skip to content

Instantly share code, notes, and snippets.

@roydejong
Created May 23, 2017 13:12
Show Gist options
  • Save roydejong/3576036038a4bebf299cba92440729b4 to your computer and use it in GitHub Desktop.
Save roydejong/3576036038a4bebf299cba92440729b4 to your computer and use it in GitHub Desktop.
PHP: Array of EU ISO country codes (may 2017)
$codeList = [
"BE", "BG", "CZ", "DK", "DE", "EE", "IE", "EL", "ES", "FR", "HR", "IT", "CY",
"LV", "LT", "LU", "HU", "MT", "NL", "AT", "PL", "PT", "RO", "SI", "SK", "FI",
"SE", "UK"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment