Returns the continent of a given country
public static getContinent ( string $country ) : string | ||
$country | string | 2 letters iso code |
return | string | Continent (3 letters code : afr, asi, eur, amn, ams, oce) |
public static getContinent ( string $country ) : string | ||
$country | string | 2 letters iso code |
return | string | Continent (3 letters code : afr, asi, eur, amn, ams, oce) |