Returns either a specific or all ISO-3166 country names.
public static getCountryISO ( string $code = null ) : mixed | ||
$code | string | The ISO 3166 country code. |
return | mixed | If a country code has been requested will return the corresponding country name. If empty will return an array of all the country codes and their names. |