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
<?php | |
/** | |
* Found this nowhere else so build it for myself, | |
* full list of countrys in german and english with | |
* their respective 3 digit country code according to ISO 3166-1 alpha-3. | |
* | |
* Use it as you like :-) | |
* | |
* Data is from wikipedia, so no guarantee for totally correct data. | |
*/ |