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.
1 parent 404dff1 commit c37a518Copy full SHA for c37a518
components/uid.rst
@@ -86,10 +86,8 @@ UUID objects created with the ``Uuid`` class can use the following methods
86
87
$uuid4->isNull(); // false
88
89
- // the Uuid class defines public constants for all versions and variants
90
- // (e.g. Uuid::TYPE_1, Uuid::TYPE_3, Uuid::VARIANT_NCS, etc.)
91
- $uuid4->getType(); // int(4)
92
- $uuid4->getVariant(); // int(1)
+ // the Uuid class defines public constants for all versions (Uuid::TYPE_1, Uuid::TYPE_3, etc.)
+ $uuid4->getType(); // int(4)
93
94
// the time and MAC address is only available in certain UUID types
95
$uuid1 = Uuid::v1();
0 commit comments