randomLetter

randomLetter() :string

🇯🇵 🇺🇸
'a'から'z'までのランダムな文字を生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->randomLetter()
=> "l"
>>> Faker\Factory::create()->randomLetter()
=> "a"
最終更新日時: