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

Public Member Functions

 personalIdentityNumber ($gender=null)
 
- Public Member Functions inherited from Faker\Provider\Person
 name ($gender=null)
 
 firstName ($gender=null)
 
 lastName ()
 
 title ($gender=null)
 
- 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 randomName ($pool, $n)
 
static firstNameMale ()
 
static firstNameFemale ()
 
static suffix ()
 
- Static Public Member Functions inherited from Faker\Provider\Person
static titleMale ()
 
static titleFemale ()
 
- 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 Public Attributes

static $idBirthplaceCode
 
static $idDigitValidator = array(1, 9, 8, 7, 6, 5, 4, 3, 2, 1, 1)
 

Static Protected Attributes

static $maleNameFormats
 
static $femaleNameFormats
 
static $titleMale = array('先生', '博士', '教授')
 
static $titleFemale = array('小姐', '太太', '博士', '教授')
 
static $lastName
 
static $characterMale
 
static $characterFemale
 
- Static Protected Attributes inherited from Faker\Provider\Person
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

- Public Attributes inherited from Faker\Provider\Person
const GENDER_MALE = 'male'
 
const GENDER_FEMALE = 'female'
 
- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Member Function Documentation

◆ personalIdentityNumber()

Faker\Provider\zh_TW\Person::personalIdentityNumber (   $gender = null)
Parameters
string$genderPerson::GENDER_MALE || Person::GENDER_FEMALE
See also
https://en.wikipedia.org/wiki/National_Identification_Card_(Republic_of_China)
Returns
string Length 10 alphanumeric characters, begins with 1 latin character (birthplace), 1 number (gender) and then 8 numbers (the last one is check digit).

Member Data Documentation

◆ $characterFemale

Faker\Provider\zh_TW\Person::$characterFemale
staticprotected
Initial value:
= array(
'伶', '佩', '佳', '依', '儀', '冠', '君', '嘉',
'如', '娟', '婉', '婷', '安', '宜', '家', '庭',
'心', '思', '怡', '惠', '慧', '文', '欣', '涵',
'淑', '玲', '珊', '琪', '琬', '瑜', '穎', '筑',
'筱', '美', '芬', '芳', '華', '萍', '萱', '蓉',
'詩', '貞', '郁', '鈺', '雅', '雯', '靜', '馨',
)

◆ $characterMale

Faker\Provider\zh_TW\Person::$characterMale
staticprotected
Initial value:
= array(
'佳', '俊', '信', '偉', '傑', '冠', '君', '哲',
'嘉', '威', '宇', '安', '宏', '宗', '宜', '家',
'庭', '廷', '建', '彥', '心', '志', '思', '承',
'文', '柏', '樺', '瑋', '穎', '美', '翰', '華',
'詩', '豪', '賢', '軒', '銘', '霖',
)

http://technology.chtsai.org/namefreq/

◆ $femaleNameFormats

Faker\Provider\zh_TW\Person::$femaleNameFormats
staticprotected
Initial value:
= array(
'{{lastName}}{{firstNameFemale}}',
)

◆ $idBirthplaceCode

Faker\Provider\zh_TW\Person::$idBirthplaceCode
static
Initial value:
= array(
'A' => 10,
'B' => 11,
'C' => 12,
'D' => 13,
'E' => 14,
'F' => 15,
'G' => 16,
'H' => 17,
'I' => 34,
'J' => 18,
'K' => 19,
'M' => 21,
'N' => 22,
'O' => 35,
'P' => 23,
'Q' => 24,
'T' => 27,
'U' => 28,
'V' => 29,
'W' => 32,
'X' => 30,
'Z' => 33
)
See also
https://zh.wikipedia.org/wiki/%E4%B8%AD%E8%8F%AF%E6%B0%91%E5%9C%8B%E5%9C%8B%E6%B0%91%E8%BA%AB%E5%88%86%E8%AD%89

◆ $idDigitValidator

Faker\Provider\zh_TW\Person::$idDigitValidator = array(1, 9, 8, 7, 6, 5, 4, 3, 2, 1, 1)
static

◆ $lastName

Faker\Provider\zh_TW\Person::$lastName
staticprotected

◆ $maleNameFormats

Faker\Provider\zh_TW\Person::$maleNameFormats
staticprotected
Initial value:
= array(
'{{lastName}}{{firstNameMale}}',
)

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