|
| userName () |
|
| domainName () |
|
| email () |
|
| safeEmail () |
|
| freeEmail () |
|
| companyEmail () |
|
| password ($minLength=6, $maxLength=20) |
|
| domainWord () |
|
| tld () |
|
| url () |
|
| slug ($nbWords=6, $variableNbWords=true) |
|
| ipv4 () |
|
| ipv6 () |
|
| __construct (Generator $generator) |
|
| optional ($weight=0.5, $default=null) |
|
| unique ($reset=false, $maxRetries=10000) |
|
| valid ($validator=null, $maxRetries=10000) |
|
|
static | lastNameAscii () |
|
static | firstNameAscii () |
|
static | freeEmailDomain () |
|
static | safeEmailDomain () |
|
static | localIpv4 () |
|
static | macAddress () |
|
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 | $userNameFormats |
|
static | $safeEmailTld |
|
static | $tld |
|
static | $lastNameAscii |
|
static | $firstNameAscii |
|
static | $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com') |
|
static | $tld = array('com', 'com', 'com', 'com', 'com', 'com', 'biz', 'info', 'net', 'org') |
|
static | $userNameFormats |
|
static | $emailFormats |
|
static | $urlFormats |
|
|
static | transliterate ($string) |
|
static | toAscii ($string) |
|
| $generator |
|
| $unique |
|
◆ $firstNameAscii
Faker\Provider\ar_JO\Internet::$firstNameAscii |
|
staticprotected |
Initial value:= array(
'abd', 'abdullah', 'ahmad', 'akram', 'amr', 'bashar', 'bilal', 'fadi', 'ibrahim', 'khaled', 'layth', 'mohammad', 'mutaz', 'omar', 'osama', 'rami', 'saleem', 'samer', 'sami', 'yazan',
)
◆ $lastNameAscii
Faker\Provider\ar_JO\Internet::$lastNameAscii |
|
staticprotected |
Initial value:= array(
'abbad', 'abbadi', 'abbas', 'abulebbeh', 'flefel', 'hadi', 'hamad', 'hasan', 'jabri', 'kanaan', 'karam', 'maanee', 'melhem', 'nimry', 'obaisi', 'qasem', 'qawasmee', 'rabee', 'rashwani', 'shami', 'zaloum',
)
◆ $safeEmailTld
Faker\Provider\ar_JO\Internet::$safeEmailTld |
|
staticprotected |
Initial value:= array(
'com', 'jo', 'me', 'net', 'org',
)
◆ $tld
Faker\Provider\ar_JO\Internet::$tld |
|
staticprotected |
Initial value:= array(
'biz', 'com', 'info', 'jo', 'net', 'org',
)
◆ $userNameFormats
Faker\Provider\ar_JO\Internet::$userNameFormats |
|
staticprotected |
Initial value:= array(
'{{lastNameAscii}}.{{firstNameAscii}}',
'{{firstNameAscii}}.{{lastNameAscii}}',
'{{firstNameAscii}}##',
'?{{lastNameAscii}}',
)
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Internet.php