PhoneNumberAlternateFormats_64.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. /**
  3. * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
  4. * See [README.md](README.md#generating-data) for more information.
  5. *
  6. * Pull requests changing data in these files will not be accepted. See the
  7. * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make
  8. * metadata changes.
  9. *
  10. * Do not modify this file directly!
  11. */
  12. return array (
  13. 'id' => '',
  14. 'countryCode' => 64,
  15. 'internationalPrefix' => '',
  16. 'sameMobileAndFixedLinePattern' => false,
  17. 'numberFormat' =>
  18. array (
  19. 0 =>
  20. array (
  21. 'pattern' => '(\\d)(\\d{4})(\\d{3})',
  22. 'format' => '$1 $2 $3',
  23. 'leadingDigitsPatterns' =>
  24. array (
  25. 0 => '[3467]|9[2-9]',
  26. ),
  27. 'nationalPrefixFormattingRule' => '',
  28. 'domesticCarrierCodeFormattingRule' => '',
  29. 'nationalPrefixOptionalWhenFormatting' => false,
  30. ),
  31. 1 =>
  32. array (
  33. 'pattern' => '(\\d{3})(\\d{3})(\\d{2})',
  34. 'format' => '$1 $2 $3',
  35. 'leadingDigitsPatterns' =>
  36. array (
  37. 0 => '[89]0',
  38. ),
  39. 'nationalPrefixFormattingRule' => '',
  40. 'domesticCarrierCodeFormattingRule' => '',
  41. 'nationalPrefixOptionalWhenFormatting' => false,
  42. ),
  43. ),
  44. 'intlNumberFormat' =>
  45. array (
  46. ),
  47. 'mainCountryForCode' => false,
  48. 'mobileNumberPortableRegion' => false,
  49. );