century

century() :string

🇯🇵 🇺🇸
世紀をローマ数字の文字列で返します。
返す値は1(I)から21(XXI)までです。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->century()
=> "XIV"
>>> Faker\Factory::create()->century()
=> "IX"
最終更新日時: