libphonenumber\MetadataSourceInterface::getMetadataForRegion PHP Method

getMetadataForRegion() public method

Gets phone metadata for a region.
public getMetadataForRegion ( string $regionCode ) : PhoneMetadata
$regionCode string the region code.
return PhoneMetadata the phone metadata for that region, or null if there is none.
    public function getMetadataForRegion($regionCode);