I18Nv2_Country::getName()

I18Nv2_Country::getName()  -- Get country name

Referentiesamenvatting

require_once 'I18Nv2/Country.php';

string I18Nv2_Country::getName (string $code)

Beschrijving

Get the corresponding country name of the supplied two letter country code.

Parameter

string $code

two letter country code

Return waarde

Returns string country name.

Note

Deze functie kan niet statisch worden aangeroepen.