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

Static Protected Attributes

static $maleNameFormats
 
static $femaleNameFormats
 
static $titleMale = array('先生', '医生', '老师', '教授', '律师', '经理')
 
static $titleFemale = array('女士', '小姐', '夫人', '太太', '医生', '老师', '教授', '律师', '经理')
 
static $lastName
 
static $firstNameMale
 
static $firstNameFemale
 
- 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 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 inherited from Faker\Provider\Person
static firstNameMale ()
 
static firstNameFemale ()
 
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='')
 
- 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 Data Documentation

◆ $femaleNameFormats

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

◆ $firstNameFemale

Faker\Provider\zh_CN\Person::$firstNameFemale
staticprotected
Initial value:
= array(
'芳','娜','敏','静','敏静','秀英','丽','洋','艳','娟',
'文娟','君','文君','珺','霞','明霞','秀兰','燕','芬','桂芬',
'玲','桂英','丹','萍','华','红','玉兰','桂兰','英','梅',
'莉','秀珍','雪','依琳','旭','宁','婷','馨予','玉珍','凤英',
'晶','欢','玉英','颖','红梅','佳','倩','琴','兰英','云',
'洁','爱华','淑珍','春梅','海燕','晨','冬梅','秀荣','瑞','桂珍',
'莹','秀云','桂荣','秀梅','丽娟','婷婷','玉华','琳','雪梅','淑兰',
'丽丽','玉','秀芳','欣','淑英','桂芳','丽华','丹丹','桂香','淑华',
'秀华','桂芝','小红','金凤','文','利','楠','红霞','瑜','桂花',
'璐','凤兰','腊梅','瑶','嘉','怡','冰冰','玉梅','慧','婕',
)

◆ $firstNameMale

Faker\Provider\zh_CN\Person::$firstNameMale
staticprotected
Initial value:
= array(
'伟','强','磊','洋','勇','军','杰','涛','超','明',
'刚','平','辉','鹏','华','飞','鑫','波','斌','宇',
'浩','凯','健','俊','帆','帅','旭','宁','龙','林',
'欢','阳','建华','亮','成','畅','建','峰','建国','建军',
'晨','瑞','志强','兵','雷','东','欣','博','彬','坤',
'全安','荣','岩','杨','文','利','楠','建平','嘉俊','晧',
'建明','子安','新华','鹏程','学明','博涛','捷','文彬','楼','鹰',
'松','伦','超','钟','瑜','振国','洪','毅','昱然','哲',
'翔','翼','祥','国庆','哲彦','正诚','正豪','正平','正业','志诚',
'志新','志勇','志明','志强','志文','致远','智明','智勇','智敏','智渊',
)

◆ $lastName

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

According to http://baike.baidu.com/view/6109935.htm, these are the top 300 lastnames from the 6th Chinese national census of population, containing 299 single-character surname and 1 double-character surname '欧阳', so you can get random names including double-character surname but not too many.

◆ $maleNameFormats

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

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