Proyectos de Subversion Moodle

Rev

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' => 'KI',
    'countryCode' => 0,
    'generalDesc' => [
        'pattern' => '[179]\\d{2,3}',
        'posLength' => [
            3,
            4,
        ],
    ],
    'tollFree' => [
        'pattern' => '19[2-5]|99[2-4]',
        'example' => '192',
        'posLength' => [
            3,
        ],
    ],
    'premiumRate' => [
        'posLength' => [
            -1,
        ],
    ],
    'emergency' => [
        'pattern' => '19[2-5]|99[2-4]',
        'example' => '192',
        'posLength' => [
            3,
        ],
    ],
    'shortCode' => [
        'pattern' => '1(?:05[0-259]|88|9[2-5])|777|99[2-4]|10[0-8]',
        'example' => '100',
    ],
    'standardRate' => [
        'pattern' => '103',
        'example' => '103',
        'posLength' => [
            3,
        ],
    ],
    'carrierSpecific' => [
        'posLength' => [
            -1,
        ],
    ],
    'smsServices' => [
        'posLength' => [
            -1,
        ],
    ],
    'internationalPrefix' => '',
    'numberFormat' => [],
];