Internet.php 446 Bytes
<?php

namespace Faker\Provider\en_NZ;

class Internet extends \Faker\Provider\Internet
{
    /**
     * An array of New Zealand TLDs.
     *
     * @link https://en.wikipedia.org/wiki/.nz
     * @var array
     */
    protected static $tld = array(
        'com', 'nz', 'ac.nz', 'co.nz', 'geek.nz', 'gen.nz', 'kiwi.nz', 'maori.nz', 'net.nz', 'org.nz', 'school.nz', 'cri.nz', 'govt.nz', 'health.nz', 'iwi.nz', 'mil.nz', 'parliament.nz',
    );
}