internetExplorer

internetExplorer() :string

🇯🇵 🇺🇸
Internet Explorerのユーザーエージェントを生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->internetExplorer()
=> "Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/4.0)"
>>> Faker\Factory::create()->internetExplorer()
=> "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/4.0)"
最終更新日時: