Skip to content

Commit 71cd0b8

Browse files
authored
msedge user agent documentation (#64)
1 parent 7866da8 commit 71cd0b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/formatters/user-agent.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,14 @@ echo $faker->internetExplorer();
5959

6060
// 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 5.0; Trident/5.1)'
6161
```
62+
63+
64+
## `msedge`
65+
66+
Generate a user agent that belongs to Microsoft Ege.
67+
68+
```php
69+
echo $faker->msedge();
70+
71+
// 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36 Edg/99.0.1150.36'
72+
```

0 commit comments

Comments
 (0)