|
| mobileNumber ($countryCodePrefix=true, $formatting=true) |
|
| fixedLineNumber ($countryCodePrefix=true, $formatting=true) |
|
| voipNumber ($countryCodePrefix=true, $formatting=true) |
|
| phoneNumber () |
|
| e164PhoneNumber () |
|
| imei () |
|
| __construct (Generator $generator) |
|
| optional ($weight=0.5, $default=null) |
|
| unique ($reset=false, $maxRetries=10000) |
|
| valid ($validator=null, $maxRetries=10000) |
|
|
static | zeroOneOnePrefix () |
|
static | zeroOneFourPrefix () |
|
static | zeroOneFivePrefix () |
|
static | countryCodePrefix ($formatting=true) |
|
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 | $plusSymbol |
|
static | $countryCodePrefix |
|
static | $zeroOneOnePrefix = array('10','11','12','13','14','15','16','17','18','19','20','22','23','32') |
|
static | $zeroOneFourPrefix = array('2','3','4','5','6','7','8','9') |
|
static | $zeroOneFivePrefix = array('1','2','3','4','5','6','9') |
|
static | $mobileNumberFormatsWithFormatting |
|
static | $mobileNumberFormats |
|
static | $fixedLineNumberFormatsWithFormatting |
|
static | $fixedLineNumberFormats |
|
static | $voipNumberWithFormatting |
|
static | $voipNumber |
|
static | $formats = array('###-###-###') |
|
◆ $countryCodePrefix
Faker\Provider\ms_MY\PhoneNumber::$countryCodePrefix |
|
staticprotected |
◆ $fixedLineNumberFormats
Faker\Provider\ms_MY\PhoneNumber::$fixedLineNumberFormats |
|
staticprotected |
Initial value:= array(
'03########',
'04#######',
'05#######',
'06#######',
'07#######',
'08#######',
'09#######',
)
◆ $fixedLineNumberFormatsWithFormatting
Faker\Provider\ms_MY\PhoneNumber::$fixedLineNumberFormatsWithFormatting |
|
staticprotected |
◆ $formats
Faker\Provider\ms_MY\PhoneNumber::$formats |
|
staticprotected |
Initial value:= array(
'{{mobileNumber}}',
'{{fixedLineNumber}}',
'{{voipNumber}}'
)
◆ $mobileNumberFormats
Faker\Provider\ms_MY\PhoneNumber::$mobileNumberFormats |
|
staticprotected |
Initial value:= array(
'010#######',
'011{{zeroOneOnePrefix}}######',
'012#######',
'013#######',
'014{{zeroOneFourPrefix}}######',
'016#######',
'017#######',
'018#######',
'019#######',
)
◆ $mobileNumberFormatsWithFormatting
Faker\Provider\ms_MY\PhoneNumber::$mobileNumberFormatsWithFormatting |
|
staticprotected |
◆ $plusSymbol
Faker\Provider\ms_MY\PhoneNumber::$plusSymbol |
|
staticprotected |
◆ $voipNumber
Faker\Provider\ms_MY\PhoneNumber::$voipNumber |
|
staticprotected |
Initial value:= array(
'015{{zeroOneFivePrefix}}######'
)
◆ $voipNumberWithFormatting
Faker\Provider\ms_MY\PhoneNumber::$voipNumberWithFormatting |
|
staticprotected |
◆ $zeroOneOnePrefix
Faker\Provider\ms_MY\PhoneNumber::$zeroOneOnePrefix = array('10','11','12','13','14','15','16','17','18','19','20','22','23','32') |
|
staticprotected |
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/ms_MY/PhoneNumber.php