countryISOAlpha3

countryISOAlpha3() :string

🇯🇵 🇺🇸
国コード(3文字)を生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->countryISOAlpha3()
=> "PRY"
>>> Faker\Factory::create()->countryISOAlpha3()
=> "SVK"
最終更新日時: