Returns the local domain used to create this version 2 UUID
public function getLocalDomain() : int { /** @var Rfc4122FieldsInterface $fields */ $fields = $this->getFields(); return (int) hexdec($fields->getClockSeqLow() ->toString()); }