word

word() :string

🇯🇵 🇺🇸
ランダムな単語を返します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->word()
=> "ducimus"
>>> Faker\Factory::create()->word()
=> "id"
最終更新日時: