function Fields::getClockSeqHiAndReserved
Same name in this branch
- 11.1.x vendor/ramsey/uuid/src/Nonstandard/Fields.php \Ramsey\Uuid\Nonstandard\Fields::getClockSeqHiAndReserved()
- 11.1.x vendor/ramsey/uuid/src/Guid/Fields.php \Ramsey\Uuid\Guid\Fields::getClockSeqHiAndReserved()
Overrides FieldsInterface::getClockSeqHiAndReserved
File
-
vendor/
ramsey/ uuid/ src/ Rfc4122/ Fields.php, line 96
Class
- Fields
- RFC 4122 variant UUIDs are comprised of a set of named fields
Namespace
Ramsey\Uuid\Rfc4122Code
public function getClockSeqHiAndReserved() : Hexadecimal {
return new Hexadecimal(bin2hex(substr($this->bytes, 8, 1)));
}