PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'I18Nv2/Country.php';
bool I18Nv2_Country::isValidCode (string $code)
bool I18Nv2_Country::isValidCode
Check if the supplied two letter country code is valid.
two letter country code
Returns boolean whether the two letter country code is valid.
This function can not be called statically.