libphonenumber\MetadataSourceInterface::getMetadataForRegion PHP 메소드

getMetadataForRegion() 공개 메소드

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