interface UuidInterface implements JsonSerializable (View source)

Methods

integer
compareTo(UuidInterface $other)

No description

boolean
equals($other)

No description

string
getHex()

No description

getFieldsHex()

No description

string
getClockSeqHiAndReservedHex()

No description

string
getClockSeqLowHex()

No description

string
getClockSequenceHex()

No description

getDateTime()

No description

BigNumber
getInteger()

No description

string
getLeastSignificantBitsHex()

No description

string
getMostSignificantBitsHex()

No description

string
getNodeHex()

No description

string
getTimeHiAndVersionHex()

No description

string
getTimeLowHex()

No description

string
getTimeMidHex()

No description

string
getTimestampHex()

No description

string
getUrn()

No description

integer
getVariant()

No description

integer|null
getVersion()

No description

string
toString()

No description

Details

integer compareTo(UuidInterface $other)

Parameters

UuidInterface $other

Return Value

integer

boolean equals($other)

Parameters

$other

Return Value

boolean

NumberConverterInterface getNumberConverter()

string getHex()

Return Value

string

getFieldsHex()

string getClockSeqHiAndReservedHex()

Return Value

string

string getClockSeqLowHex()

Return Value

string

string getClockSequenceHex()

Return Value

string

DateTime getDateTime()

Return Value

DateTime

BigNumber getInteger()

Return Value

BigNumber

string getLeastSignificantBitsHex()

Return Value

string

string getMostSignificantBitsHex()

Return Value

string

string getNodeHex()

Return Value

string

string getTimeHiAndVersionHex()

Return Value

string

string getTimeLowHex()

Return Value

string

string getTimeMidHex()

Return Value

string

string getTimestampHex()

Return Value

string

string getUrn()

Return Value

string

integer getVariant()

Return Value

integer

integer|null getVersion()

Return Value

integer|null

string toString()

Return Value

string