Skip to content

Commit 42c513f

Browse files
authored
Merge pull request #29 from 15g-lucas/url-uri
URL / URI Doc
2 parents 44e92ca + 15823e3 commit 42c513f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/2.extensions/internet.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ $faker->tld(); // co
2121
$faker->domain(); // weqgcibq.co
2222
```
2323

24+
## URI
25+
26+
```php
27+
$faker->uri(); // https://weqgcibq.co
28+
```
29+
30+
## URL
31+
32+
```php
33+
$faker->url(); // https://weqgcibq.co/page
34+
```
35+
2436
## Email
2537

2638
```php

0 commit comments

Comments
 (0)