|
static | mobileNumber () |
|
static | tollFreeNumber () |
|
static | areaCode () |
|
static | beginningNumber () |
|
static | randomDigit () |
|
static | randomDigitNotNull () |
|
static | randomDigitNot ($except) |
|
static | randomNumber ($nbDigits=null, $strict=false) |
|
static | randomFloat ($nbMaxDecimals=null, $min=0, $max=null) |
|
static | numberBetween ($int1=0, $int2=2147483647) |
|
static | passthrough ($value) |
|
static | randomLetter () |
|
static | randomAscii () |
|
static | randomElements ($array=array('a', 'b', 'c'), $count=1, $allowDuplicates=false) |
|
static | randomElement ($array=array('a', 'b', 'c')) |
|
static | randomKey ($array=array()) |
|
static | shuffle ($arg='') |
|
static | shuffleArray ($array=array()) |
|
static | shuffleString ($string='', $encoding='UTF-8') |
|
static | numerify ($string='###') |
|
static | lexify ($string='????') |
|
static | bothify ($string='## ??') |
|
static | asciify ($string=' ****') |
|
static | regexify ($regex='') |
|
static | toLower ($string='') |
|
static | toUpper ($string='') |
|
|
static | $formats |
|
static | $mobileFormats |
|
static | $tollFreeFormats |
|
static | $areaCodes |
|
static | $beginningNumbers |
|
static | $formats = array('###-###-###') |
|
|
| phoneNumber () |
|
| e164PhoneNumber () |
|
| imei () |
|
| __construct (Generator $generator) |
|
| optional ($weight=0.5, $default=null) |
|
| unique ($reset=false, $maxRetries=10000) |
|
| valid ($validator=null, $maxRetries=10000) |
|
| $generator |
|
| $unique |
|
◆ areaCode()
static Faker\Provider\en_NZ\PhoneNumber::areaCode |
( |
| ) |
|
|
static |
Return a en_NZ landline area code
- Returns
- string
◆ beginningNumber()
static Faker\Provider\en_NZ\PhoneNumber::beginningNumber |
( |
| ) |
|
|
static |
Return a en_NZ landline beginning number
- Returns
- string
◆ mobileNumber()
static Faker\Provider\en_NZ\PhoneNumber::mobileNumber |
( |
| ) |
|
|
static |
Return a en_NZ mobile phone number
- Returns
- string
◆ tollFreeNumber()
static Faker\Provider\en_NZ\PhoneNumber::tollFreeNumber |
( |
| ) |
|
|
static |
Return a en_NZ toll free phone number
- Returns
- string
◆ $areaCodes
Faker\Provider\en_NZ\PhoneNumber::$areaCodes |
|
staticprotected |
Initial value:= array(
'02', '03', '04', '06', '07', '09'
)
◆ $beginningNumbers
Faker\Provider\en_NZ\PhoneNumber::$beginningNumbers |
|
staticprotected |
Initial value:= array(
'2', '3', '4', '5', '6', '7', '8', '9'
)
◆ $formats
Faker\Provider\en_NZ\PhoneNumber::$formats |
|
staticprotected |
Initial value:= array(
'{{areaCode}}{{beginningNumber}}######',
'{{areaCode}} {{beginningNumber}}## ####'
)
◆ $mobileFormats
Faker\Provider\en_NZ\PhoneNumber::$mobileFormats |
|
staticprotected |
Initial value:= array(
'02########',
'02#########',
'02# ### ####',
'02# #### ####'
)
◆ $tollFreeFormats
Faker\Provider\en_NZ\PhoneNumber::$tollFreeFormats |
|
staticprotected |
Initial value:= array(
'0508######',
'0508 ######',
'0508 ### ###',
'0800######',
'0800 ######',
'0800 ### ###',
)
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/en_NZ/PhoneNumber.php