OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
uuid
/
docs
/
reference
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
calculators.rst
6.92 KB
08/12/2024 10:34:32 AM
rw-r--r--
📄
exceptions.rst
2.83 KB
08/12/2024 10:34:32 AM
rw-r--r--
📄
fields-fieldsinterface.rst
363 bytes
08/12/2024 10:34:32 AM
rw-r--r--
📄
guid-fields.rst
263 bytes
08/12/2024 10:34:32 AM
rw-r--r--
📄
guid-guid.rst
510 bytes
08/12/2024 10:34:32 AM
rw-r--r--
📄
helper.rst
2.68 KB
08/12/2024 10:34:32 AM
rw-r--r--
📄
name-based-namespaces.rst
1.12 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
nonstandard-fields.rst
317 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
nonstandard-uuid.rst
562 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
nonstandard-uuidv6.rst
1.3 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-fieldsinterface.rst
2.35 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidinterface.rst
587 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv1.rst
608 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv2.rst
1.65 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv3.rst
311 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv4.rst
301 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv5.rst
313 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv6.rst
1012 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv7.rst
609 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
rfc4122-uuidv8.rst
301 bytes
08/12/2024 10:34:33 AM
rw-r--r--
📄
types.rst
2.45 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
uuid.rst
6.91 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
uuidfactoryinterface.rst
4.05 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
uuidinterface.rst
1.68 KB
08/12/2024 10:34:33 AM
rw-r--r--
📄
validators.rst
920 bytes
08/12/2024 10:34:33 AM
rw-r--r--
Editing: rfc4122-uuidv2.rst
Close
.. _reference.rfc4122.uuidv2: =============== Rfc4122\\UuidV2 =============== .. php:namespace:: Ramsey\Uuid\Rfc4122 .. php:class:: UuidV2 Implements :php:interface:`Ramsey\\Uuid\\Rfc4122\\UuidInterface`. UuidV2 represents a :ref:`version 2, DCE Security UUID <rfc4122.version2>`. In addition to providing the methods defined on the interface, this class additionally provides the following methods. .. php:method:: getDateTime() Returns a `DateTimeInterface <https://www.php.net/datetimeinterface>`_ instance representing the timestamp associated with the UUID .. caution:: It is important to note that version 2 UUIDs suffer from some loss of timestamp precision. See :ref:`rfc4122.version2.timestamp-problems` to learn more. :returns: A date object representing the timestamp associated with the UUID :returntype: ``\DateTimeInterface`` .. php:method:: getLocalDomain() :returns: The local domain identifier for this UUID, which is one of :php:const:`Ramsey\\Uuid\\Uuid::DCE_DOMAIN_PERSON`, :php:const:`Ramsey\\Uuid\\Uuid::DCE_DOMAIN_GROUP`, or :php:const:`Ramsey\\Uuid\\Uuid::DCE_DOMAIN_ORG` :returntype: ``int`` .. php:method:: getLocalDomainName() :returns: A string name associated with the local domain identifier (one of "person," "group," or "org") :returntype: ``string`` .. php:method:: getLocalIdentifier() :returns: The local identifier used when creating this UUID :returntype: Ramsey\\Uuid\\Type\\Integer