Lggr
|
Static Public Member Functions | |
static | individualIdentificationNumber (\DateTime $birthDate=null, $gender=self::GENDER_MALE) |
static | checkSum ($iinValue) |
![]() | |
static | firstNameMale () |
static | firstNameFemale () |
static | titleMale () |
static | titleFemale () |
![]() | |
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='') |
Public Attributes | |
const | GENDER_MALE = 0 |
const | GENDER_FEMALE = 1 |
const | CENTURY_19TH = 0 |
const | CENTURY_20TH = 1 |
const | CENTURY_21ST = 2 |
const | MALE_CENTURY_19TH = 1 |
const | MALE_CENTURY_20TH = 3 |
const | MALE_CENTURY_21ST = 5 |
const | FEMALE_CENTURY_19TH = 2 |
const | FEMALE_CENTURY_20TH = 4 |
const | FEMALE_CENTURY_21ST = 6 |
![]() | |
const | GENDER_MALE = 'male' |
const | GENDER_FEMALE = 'female' |
Static Protected Member Functions | |
static | getControlDigit ($iinValue, $sequence) |
Static Protected Attributes | |
static | $maleNameFormats |
static | $femaleNameFormats |
static | $firstNameMale |
static | $firstNameFemale |
static | $lastName |
![]() | |
static | $titleFormat |
static | $firstNameFormat |
static | $maleNameFormats |
static | $femaleNameFormats |
static | $firstNameMale |
static | $firstNameFemale |
static | $lastName = array('Doe') |
static | $titleMale = array('Mr.', 'Dr.', 'Prof.') |
static | $titleFemale = array('Mrs.', 'Ms.', 'Miss', 'Dr.', 'Prof.') |
Additional Inherited Members | |
![]() | |
name ($gender=null) | |
firstName ($gender=null) | |
lastName () | |
title ($gender=null) | |
![]() | |
__construct (Generator $generator) | |
optional ($weight=0.5, $default=null) | |
unique ($reset=false, $maxRetries=10000) | |
valid ($validator=null, $maxRetries=10000) | |
![]() | |
$generator | |
$unique | |
|
static |
string | $iinValue |
|
staticprotected |
string | $iinValue | |
array | $sequence |
|
static |
National Individual Identification Numbers
&lang=en https://ru.wikipedia.org/wiki/%D0%98%D0%BD%D0%B4%D0%B8%D0%B2%D0%B8%D0%B4%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9_%D0%B8%D0%B4%D0%B5%D0%BD%D1%82%D0%B8%D1%84%D0%B8%D0%BA%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BD%D0%BE%D0%BC%D0%B5%D1%80 $birthDate integer $gender string 12 digits, like 780322300455
|
staticprotected |
|
staticprotected |
|
static |
|
staticprotected |
|
staticprotected |