I18Nv2_Country::getName()
I18Nv2_Country::getName()
-- Get country name
概要
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.
注意
この関数は、スタティックにコールする
ことはできません。