titleFemale

titleFemale() :string

🇯🇵 🇺🇸
女性の敬称を生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->titleFemale()
=> "Mrs."
>>> Faker\Factory::create()->titleFemale()
=> "Dr."

注意

注意:

日本語ロケールでも英語の敬称になります。

最終更新日時: