countryISOAlpha3
countryISOAlpha3() :string
🇯🇵 🇺🇸
国コード(3文字)を生成します。
パラメータ
なし
例
>>> Faker\Factory::create('ja_JP')->countryISOAlpha3()
=> "PRY"
>>> Faker\Factory::create()->countryISOAlpha3()
=> "SVK"
countryISOAlpha3() :string
🇯🇵 🇺🇸
国コード(3文字)を生成します。
なし
>>> Faker\Factory::create('ja_JP')->countryISOAlpha3()
=> "PRY"
>>> Faker\Factory::create()->countryISOAlpha3()
=> "SVK"