function UuidInterface::getInteger
Returns the integer representation of the UUID
2 methods override UuidInterface::getInteger()
- LazyUuidFromString::getInteger in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php - Returns the integer representation of the UUID
- Uuid::getInteger in vendor/
ramsey/ uuid/ src/ Uuid.php - Returns the integer representation of the UUID
File
-
vendor/
ramsey/ uuid/ src/ UuidInterface.php, line 86
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 getInteger() : IntegerObject;