I18Nv2_Country::getName()

I18Nv2_Country::getName()  -- Get country name

Synopsis

require_once 'I18Nv2/Country.php';

string I18Nv2_Country::getName (string $code)

Описание

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

Параметр

string $code

two letter country code

Возвращаемое значение

Returns string country name.

Заметка

Эта функция не должна вызываться статически.