Skip to content

English (New Zealand)#

Faker\Provider\en_NZ\Address#

echo $faker->region(); // "Auckland"

Faker\Provider\en_NZ\Phone#

// Generates a cell (mobile) phone number
echo $faker->mobileNumber(); // "021 123 4567"

// Generates a toll free number
echo $faker->tollFreeNumber(); // "0800 123 456"

// Area Code
echo $faker->areaCode(); // "03"