We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 192ec52 + 2615e59 commit ae27230Copy full SHA for ae27230
components/uid.rst
@@ -71,7 +71,7 @@ Converting UUIDs
71
72
Use these methods to transform the UUID object into different bases::
73
74
- $uuid = new Uuid::fromString('d9e7a184-5d5b-11ea-a62a-3499710062d0');
+ $uuid = Uuid::fromString('d9e7a184-5d5b-11ea-a62a-3499710062d0');
75
76
$uuid->toBinary(); // string(16) "..." (binary contents can't be printed)
77
$uuid->toBase32(); // string(26) "6SWYGR8QAV27NACAHMK5RG0RPG"
0 commit comments