Lggr
Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
Faker\Provider\ms_MY\PhoneNumber Class Reference
Inheritance diagram for Faker\Provider\ms_MY\PhoneNumber:
Inheritance graph
[legend]
Collaboration diagram for Faker\Provider\ms_MY\PhoneNumber:
Collaboration graph
[legend]

Public Member Functions

 mobileNumber ($countryCodePrefix=true, $formatting=true)
 
 fixedLineNumber ($countryCodePrefix=true, $formatting=true)
 
 voipNumber ($countryCodePrefix=true, $formatting=true)
 
- Public Member Functions inherited from Faker\Provider\PhoneNumber
 phoneNumber ()
 
 e164PhoneNumber ()
 
 imei ()
 
- Public Member Functions inherited from Faker\Provider\Base
 __construct (Generator $generator)
 
 optional ($weight=0.5, $default=null)
 
 unique ($reset=false, $maxRetries=10000)
 
 valid ($validator=null, $maxRetries=10000)
 

Static Public Member Functions

static zeroOneOnePrefix ()
 
static zeroOneFourPrefix ()
 
static zeroOneFivePrefix ()
 
static countryCodePrefix ($formatting=true)
 
- Static Public Member Functions inherited from Faker\Provider\Base
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 Protected Attributes

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 Protected Attributes inherited from Faker\Provider\PhoneNumber
static $formats = array('###-###-###')
 

Additional Inherited Members

- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Member Data Documentation

◆ $countryCodePrefix

Faker\Provider\ms_MY\PhoneNumber::$countryCodePrefix
staticprotected
Initial value:
= array(
'6'
)

◆ $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
Initial value:
= array(
'03-#### ####',
'04-### ####',
'05-### ####',
'06-### ####',
'07-### ####',
'08#-## ####',
'09-### ####',
)

https://en.wikipedia.org/wiki/Telephone_numbers_in_Malaysia#Geographic_area_codes

◆ $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
Initial value:
= array(
'010-### ####',
'011-{{zeroOneOnePrefix}}## ####',
'012-### ####',
'013-### ####',
'014-{{zeroOneFourPrefix}}## ####',
'016-### ####',
'017-### ####',
'018-### ####',
'019-### ####',
)

https://en.wikipedia.org/wiki/Telephone_numbers_in_Malaysia#Mobile_phone_codes_and_IP_telephony

◆ $plusSymbol

Faker\Provider\ms_MY\PhoneNumber::$plusSymbol
staticprotected
Initial value:
= array(
'+'
)

◆ $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: