mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
[ci skip] Add instance type tip to version 6 UUIDs section
This commit is contained in:
@@ -83,6 +83,12 @@ sequence.
|
||||
|
||||
$uuid = Uuid::uuid6($nodeProvider->getNode(), $clockSequence);
|
||||
|
||||
.. tip::
|
||||
|
||||
Version 6 UUIDs generated in ramsey/uuid are instances of UuidV6. Check out
|
||||
the :php:class:`Ramsey\\Uuid\\Nonstandard\\UuidV6` API documentation to
|
||||
learn more about what you can do with a UuidV6 instance.
|
||||
|
||||
|
||||
.. _nonstandard.version6.nodes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user