libphonenumber\MetadataSourceInterface::getMetadataForNonGeographicalRegion PHP Method

getMetadataForNonGeographicalRegion() public method

Gets phone metadata for a non-geographical region.
public getMetadataForNonGeographicalRegion ( integer $countryCallingCode ) : PhoneMetadata
$countryCallingCode integer the country calling code.
return PhoneMetadata the phone metadata for that region, or null if there is none.
    public function getMetadataForNonGeographicalRegion($countryCallingCode);