Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18867 программистов и 1635 роботов. Сейчас ищет 2031 программист ...
I18Nv2_Country::getName
Вернуться к: I18Nv2
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.
Parameter
- string $code
-
two letter country code
Return value
Returns string country name.
Note
This function can not be called statically.
Вернуться к: I18Nv2