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' => 'MZ',
'countryCode' => 258,
'generalDesc' => [
'pattern' => '(?:2|8\\d)\\d{7}',
'posLength' => [
8,
9,
],
],
'fixedLine' => [
'pattern' => '2(?:[1346]\\d|5[0-2]|[78][12]|93)\\d{5}',
'example' => '21123456',
'posLength' => [
8,
],
],
'mobile' => [
'pattern' => '8[2-79]\\d{7}',
'example' => '821234567',
'posLength' => [
9,
],
],
'tollFree' => [
'pattern' => '800\\d{6}',
'example' => '800123456',
'posLength' => [
9,
],
],
'premiumRate' => [
'posLength' => [
-1,
],
],
'sharedCost' => [
'posLength' => [
-1,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'posLength' => [
-1,
],
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '00',
'numberFormat' => [
[
'pattern' => '(\\d{2})(\\d{3})(\\d{3,4})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'2|8[2-79]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'8',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];