PHP Class Faker\Provider\fr_FR\PhoneNumber

Inheritance: extends Faker\Provider\PhoneNumber
Show file Open project: fzaninotto/faker

Protected Properties

Property Type Description
$formats 01 is the most common prefix
$mobileFormats 06 is the most common prefix

Public Methods

Method Description
mobileNumber ( )
phoneNumber07 ( )
phoneNumber07WithSeparator ( ) Only 073 to 079 are acceptable prefixes with 07

Method Details

mobileNumber() public static method

public static mobileNumber ( )

phoneNumber07() public method

public phoneNumber07 ( )

phoneNumber07WithSeparator() public method

Only 073 to 079 are acceptable prefixes with 07
See also: http://www.arcep.fr/index.php?id=8146

Property Details

$formats protected static property

01 is the most common prefix
protected static $formats

$mobileFormats protected static property

06 is the most common prefix
protected static $mobileFormats