function MaxTrait::getBytes
Returns the bytes that comprise the fields
1 call to MaxTrait::getBytes()
- MaxTrait::isMax in vendor/
ramsey/ uuid/ src/ Rfc4122/ MaxTrait.php - Returns true if the byte string represents a max UUID
2 methods override MaxTrait::getBytes()
- Fields::getBytes in vendor/
ramsey/ uuid/ src/ Guid/ Fields.php - Returns the bytes that comprise the fields
- Fields::getBytes in vendor/
ramsey/ uuid/ src/ Rfc4122/ Fields.php - Returns the bytes that comprise the fields
File
-
vendor/
ramsey/ uuid/ src/ Rfc4122/ MaxTrait.php, line 32
Class
- MaxTrait
- Provides common functionality for max UUIDs
Namespace
Ramsey\Uuid\Rfc4122Code
public abstract function getBytes() : string;