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' => 'PS',
'countryCode' => 970,
'generalDesc' => [
'pattern' => '[2489]2\\d{6}|(?:1\\d|5)\\d{8}',
'posLength' => [
8,
9,
10,
],
'posLengthLocal' => [
7,
],
],
'fixedLine' => [
'pattern' => '(?:22[2-47-9]|42[45]|82[014-68]|92[3569])\\d{5}',
'example' => '22234567',
'posLength' => [
8,
],
'posLengthLocal' => [
7,
],
],
'mobile' => [
'pattern' => '5[69]\\d{7}',
'example' => '599123456',
'posLength' => [
9,
],
],
'tollFree' => [
'pattern' => '1800\\d{6}',
'example' => '1800123456',
'posLength' => [
10,
],
],
'premiumRate' => [
'posLength' => [
-1,
],
],
'sharedCost' => [
'pattern' => '1700\\d{6}',
'example' => '1700123456',
'posLength' => [
10,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'posLength' => [
-1,
],
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '00',
'nationalPrefix' => '0',
'nationalPrefixForParsing' => '0',
'numberFormat' => [
[
'pattern' => '(\\d)(\\d{3})(\\d{4})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'[2489]',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'5',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{4})(\\d{3})(\\d{3})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'1',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];