function FieldsInterface::getClockSeq
Returns the full 16-bit clock sequence, with the variant bits (two most significant bits) masked out
3 methods override FieldsInterface::getClockSeq()
- Fields::getClockSeq in vendor/
ramsey/ uuid/ src/ Nonstandard/ Fields.php - Returns the full 16-bit clock sequence, with the variant bits (two most significant bits) masked out
- Fields::getClockSeq in vendor/
ramsey/ uuid/ src/ Guid/ Fields.php - Returns the full 16-bit clock sequence, with the variant bits (two most significant bits) masked out
- Fields::getClockSeq in vendor/
ramsey/ uuid/ src/ Rfc4122/ Fields.php - Returns the full 16-bit clock sequence, with the variant bits (two most significant bits) masked out
File
-
vendor/
ramsey/ uuid/ src/ Rfc4122/ FieldsInterface.php, line 46
Class
- FieldsInterface
- RFC 4122 defines fields for a specific variant of UUID
Namespace
Ramsey\Uuid\Rfc4122Code
public function getClockSeq() : Hexadecimal;