firstNameFemale

firstNameFemale() :string

🇯🇵 🇺🇸
女性の名前を生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->firstNameFemale()
=> "桃子"
>>> Faker\Factory::create()->firstNameFemale()
=> "Christine"
最終更新日時: