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