AutorÃa | Ultima modificación | Ver Log |
<?php
/**
* libphonenumber-for-php-lite data file
* This file has been @generated from libphonenumber data
* Do not modify!
* @internal
*/
return [
'id' => 'SI',
'countryCode' => 386,
'generalDesc' => [
'pattern' => '[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}',
'posLength' => [
5,
6,
7,
8,
],
],
'fixedLine' => [
'pattern' => '(?:[1-357][2-8]|4[24-8])\\d{6}',
'example' => '12345678',
'posLength' => [
8,
],
'posLengthLocal' => [
7,
],
],
'mobile' => [
'pattern' => '65(?:[178]\\d|5[56]|6[01])\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}',
'example' => '31234567',
'posLength' => [
8,
],
],
'tollFree' => [
'pattern' => '80\\d{4,6}',
'example' => '80123456',
'posLength' => [
6,
7,
8,
],
],
'premiumRate' => [
'pattern' => '89[1-3]\\d{2,5}|90\\d{4,6}',
'example' => '90123456',
],
'sharedCost' => [
'posLength' => [
-1,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'pattern' => '(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-589])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}',
'example' => '59012345',
'posLength' => [
8,
],
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '00|10(?:22|66|88|99)',
'preferredInternationalPrefix' => '00',
'nationalPrefix' => '0',
'nationalPrefixForParsing' => '0',
'numberFormat' => [
[
'pattern' => '(\\d{2})(\\d{3,6})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'8[09]|9',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{3})(\\d{5})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'59|8',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{2})(\\d{3})(\\d{3})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'[37][01]|4[0139]|51|6',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d)(\\d{3})(\\d{2})(\\d{2})',
'format' => '$1 $2 $3 $4',
'leadingDigitsPatterns' => [
'[1-57]',
],
'nationalPrefixFormattingRule' => '(0$1)',
'domesticCarrierCodeFormattingRule' => '',
],
],
'mobileNumberPortableRegion' => true,
];