function FieldsInterface::getTimeHiAndVersion
Returns the high field of the timestamp multiplexed with the version
3 methods override FieldsInterface::getTimeHiAndVersion()
- Fields::getTimeHiAndVersion in vendor/
ramsey/ uuid/ src/ Nonstandard/ Fields.php - Returns the high field of the timestamp multiplexed with the version
- Fields::getTimeHiAndVersion in vendor/
ramsey/ uuid/ src/ Guid/ Fields.php - Returns the high field of the timestamp multiplexed with the version
- Fields::getTimeHiAndVersion in vendor/
ramsey/ uuid/ src/ Rfc4122/ Fields.php - Returns the high field of the timestamp multiplexed with the version
File
-
vendor/
ramsey/ uuid/ src/ Rfc4122/ FieldsInterface.php, line 66
Class
- FieldsInterface
- RFC 4122 defines fields for a specific variant of UUID
Namespace
Ramsey\Uuid\Rfc4122Code
public function getTimeHiAndVersion() : Hexadecimal;