I18Nv2_Country::isValidCode()

I18Nv2_Country::isValidCode()  -- Check if country code is valid

Synopsis

require_once 'I18Nv2/Country.php';

bool I18Nv2_Country::isValidCode (string $code)

Description

Check if the supplied two letter country code is valid.

Paramètres

chaîne de caractères $code

two letter country code

Valeur retournée

Returns booléen whether the two letter country code is valid.

Note

Cette fonction ne peut pas être appelée de façon statique.