function UuidInterface::getHex
Returns the hexadecimal representation of the UUID
2 methods override UuidInterface::getHex()
- LazyUuidFromString::getHex in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php - Returns the hexadecimal representation of the UUID
- Uuid::getHex in vendor/
ramsey/ uuid/ src/ Uuid.php - Returns the hexadecimal representation of the UUID
File
-
vendor/
ramsey/ uuid/ src/ UuidInterface.php, line 81
Class
- UuidInterface
- A UUID is a universally unique identifier adhering to an agreed-upon representation format and standard for generation
Namespace
Ramsey\UuidCode
public function getHex() : Hexadecimal;