Méthode | Description | |
---|---|---|
getMetadataForNonGeographicalRegion ( integer $countryCallingCode ) : |
Gets phone metadata for a non-geographical region. | |
getMetadataForRegion ( string $regionCode ) : |
Gets phone metadata for a region. |
public getMetadataForNonGeographicalRegion ( integer $countryCallingCode ) : |
||
$countryCallingCode | integer | the country calling code. |
Résultat | the phone metadata for that region, or null if there is none. |
public getMetadataForRegion ( string $regionCode ) : |
||
$regionCode | string | the region code. |
Résultat | the phone metadata for that region, or null if there is none. |