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' => 'PL',
'countryCode' => 0,
'generalDesc' => [
'pattern' => '[19]\\d\\d(?:\\d{2,3})?',
'posLength' => [
3,
5,
6,
],
],
'tollFree' => [
'pattern' => '11(?:2|6\\d{3})|99[7-9]',
'example' => '112',
'posLength' => [
3,
6,
],
],
'premiumRate' => [
'posLength' => [
-1,
],
],
'emergency' => [
'pattern' => '112|99[7-9]',
'example' => '112',
'posLength' => [
3,
],
],
'shortCode' => [
'pattern' => '1(?:1(?:2|61(?:11|23)|891[23])|9\\d{3})|9(?:8[4-7]|9[1-9])|11[68]000',
'example' => '112',
],
'standardRate' => [
'posLength' => [
-1,
],
],
'carrierSpecific' => [
'posLength' => [
-1,
],
],
'smsServices' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '',
'numberFormat' => [],
];