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

Public Member Functions

 phoneNumber07 ()
 
 phoneNumber07WithSeparator ()
 
 phoneNumber08 ()
 
 phoneNumber08WithSeparator ()
 
 mobileNumber ()
 
 serviceNumber ()
 
- 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 Protected Attributes

static $formats
 
static $mobileFormats
 
static $serviceFormats
 
- Static Protected Attributes inherited from Faker\Provider\PhoneNumber
static $formats = array('###-###-###')
 

Additional Inherited Members

- 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='')
 
- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Member Function Documentation

◆ phoneNumber07WithSeparator()

Faker\Provider\fr_FR\PhoneNumber::phoneNumber07WithSeparator ( )

Only 073 to 079 are acceptable prefixes with 07

See also
http://www.arcep.fr/index.php?id=8146

◆ phoneNumber08WithSeparator()

Faker\Provider\fr_FR\PhoneNumber::phoneNumber08WithSeparator ( )

Valid formats for 08:

0# ## ## ## 1# ## ## ## 2# ## ## ## 91 ## ## ## 92 ## ## ## 93 ## ## ## 97 ## ## ## 98 ## ## ## 99 ## ## ##

Formats 089(4|6)## ## ## are valid, but will be attributed when other 089 resource ranges are exhausted.

See also
https://www.arcep.fr/index.php?id=8146#c9625
https://issuetracker.google.com/u/1/issues/73269839

Member Data Documentation

◆ $mobileFormats

Faker\Provider\fr_FR\PhoneNumber::$mobileFormats
staticprotected
Initial value:
= array(
'+33 (0)6 ## ## ## ##',
'+33 6 ## ## ## ##',
'+33 (0)7 {{phoneNumber07WithSeparator}}',
'+33 7 {{phoneNumber07WithSeparator}}',
'06########',
'07{{phoneNumber07}}',
'06 ## ## ## ##',
'07 {{phoneNumber07WithSeparator}}',
)

◆ $serviceFormats

Faker\Provider\fr_FR\PhoneNumber::$serviceFormats
staticprotected
Initial value:
= array(
'+33 (0)8 {{phoneNumber08WithSeparator}}',
'+33 8 {{phoneNumber08WithSeparator}}',
'08 {{phoneNumber08WithSeparator}}',
'08{{phoneNumber08}}',
)

The documentation for this class was generated from the following file: