| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- <?php
- /**
- * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
- * See [README.md](README.md#generating-data) for more information.
- *
- * Pull requests changing data in these files will not be accepted. See the
- * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make
- * metadata changes.
- *
- * Do not modify this file directly!
- */
- return array (
- 'generalDesc' =>
- array (
- 'NationalNumberPattern' => '(?:[268]\\d|90)\\d{6}',
- 'PossibleLength' =>
- array (
- 0 => 8,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'fixedLine' =>
- array (
- 'NationalNumberPattern' => '6\\d{7}',
- 'ExampleNumber' => '63123456',
- 'PossibleLength' =>
- array (
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'mobile' =>
- array (
- 'NationalNumberPattern' => '23(?:23[0-57-9]|33[0238])\\d{3}|2(?:[0-24-9]\\d\\d|3(?:0[07]|[14-9]\\d|2[024-9]|3[0-24-9]))\\d{4}',
- 'ExampleNumber' => '21234567',
- 'PossibleLength' =>
- array (
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'tollFree' =>
- array (
- 'NationalNumberPattern' => '80\\d{6}',
- 'ExampleNumber' => '80123456',
- 'PossibleLength' =>
- array (
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'premiumRate' =>
- array (
- 'NationalNumberPattern' => '90\\d{6}',
- 'ExampleNumber' => '90123456',
- 'PossibleLength' =>
- array (
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'sharedCost' =>
- array (
- 'NationalNumberPattern' => '81\\d{6}',
- 'ExampleNumber' => '81123456',
- 'PossibleLength' =>
- array (
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'personalNumber' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'voip' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'pager' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'uan' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'voicemail' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'noInternationalDialling' =>
- array (
- 'PossibleLength' =>
- array (
- 0 => -1,
- ),
- 'PossibleLengthLocalOnly' =>
- array (
- ),
- ),
- 'id' => 'LV',
- 'countryCode' => 371,
- 'internationalPrefix' => '00',
- 'sameMobileAndFixedLinePattern' => false,
- 'numberFormat' =>
- array (
- 0 =>
- array (
- 'pattern' => '(\\d{2})(\\d{3})(\\d{3})',
- 'format' => '$1 $2 $3',
- 'leadingDigitsPatterns' =>
- array (
- 0 => '[269]|8[01]',
- ),
- 'nationalPrefixFormattingRule' => '',
- 'domesticCarrierCodeFormattingRule' => '',
- 'nationalPrefixOptionalWhenFormatting' => false,
- ),
- ),
- 'intlNumberFormat' =>
- array (
- ),
- 'mainCountryForCode' => false,
- 'mobileNumberPortableRegion' => true,
- );
|