Skip to content

Commit 44e92ca

Browse files
authored
Merge pull request #33 from 15g-lucas/uui4
UUID/ULID Doc
2 parents d93e735 + 855b454 commit 44e92ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/2.extensions/strings.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,15 @@ $faker->semver(); // 2.80.93
3838
```php
3939
$faker->emoji(); // 😄
4040
```
41+
42+
## UUID
43+
44+
```php
45+
$faker->uuid(); // 550e8400-e29b-41d4-a716-446655440000
46+
```
47+
48+
## ULID
49+
50+
```php
51+
$faker->uuid(); // 01F8MECHZX3TBDSZ7XRADM79XV
52+
```

0 commit comments

Comments
 (0)