firstNameFemale
firstNameFemale() :string
🇯🇵 🇺🇸
女性の名前を生成します。
パラメータ
なし
例
>>> Faker\Factory::create('ja_JP')->firstNameFemale()
=> "桃子"
>>> Faker\Factory::create()->firstNameFemale()
=> "Christine"
firstNameFemale() :string
🇯🇵 🇺🇸
女性の名前を生成します。
なし
>>> Faker\Factory::create('ja_JP')->firstNameFemale()
=> "桃子"
>>> Faker\Factory::create()->firstNameFemale()
=> "Christine"