fileExtension

fileExtension() :string

🇯🇵 🇺🇸
ファイルの拡張子を生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->fileExtension()
=> "sxg"
>>> Faker\Factory::create()->fileExtension()
=> "wpl"
最終更新日時: