country() :string
🇯🇵 🇺🇸 国または地域名を生成します。
なし
>>> Faker\Factory::create('ja_JP')->country() => "フランス" >>> Faker\Factory::create()->country() => "Japan"