I18Nv2_Country::isValidCode()
I18Nv2_Country::isValidCode()
-- Check if country code is valid
概要
require_once 'I18Nv2/Country.php'; |
bool I18Nv2_Country::isValidCode (string $code)
説明
Check if the supplied two letter country code is valid.
パラメータ
- string
$code
two letter country code
返り値
Returns boolean whether the two letter country code is valid.
注意
この関数は、スタティックにコールする
ことはできません。