Skip to content

Instantly share code, notes, and snippets.

View drahosistvan's full-sized avatar

Istvan Drahos drahosistvan

View GitHub Profile
@drahosistvan
drahosistvan / countries.php
Last active March 11, 2016 14:53 — forked from JeffreyWay/countries.php
Countries array by "code" => "name"
<?php
/*
* Special thanks to Jeffrey Way
* Original file: https://gist.github.com/JeffreyWay/224de894c4d4e228d5af
*/
return [
"us" => "United States",
"af" => "Afghanistan",