lastName() :string
🇯🇵 🇺🇸 名字を生成します。
なし
>>> Faker\Factory::create('ja_JP')->lastName() => "工藤" >>> Faker\Factory::create()->lastName() => "Weissnat"