FileAccess Orion

DeprecatedUuidInterface

This interface encapsulates deprecated methods for ramsey/uuid; this interface and its methods will be removed in ramsey/uuid 5.0.0.

Tags
psalm-immutable

Table of Contents

getClockSeqHiAndReservedHex()  : string
getClockSeqLowHex()  : string
getClockSequenceHex()  : string
getDateTime()  : DateTimeInterface
getFieldsHex()  : array<string|int, string>
getLeastSignificantBitsHex()  : string
getMostSignificantBitsHex()  : string
getNodeHex()  : string
getNumberConverter()  : NumberConverterInterface
getTimeHiAndVersionHex()  : string
getTimeLowHex()  : string
getTimeMidHex()  : string
getTimestampHex()  : string
getUrn()  : string
getVariant()  : int|null
getVersion()  : int|null

Methods

getDateTime()

public getDateTime() : DateTimeInterface
Tags
deprecated

In ramsey/uuid version 5.0.0, this will be removed from the interface. It is available at UuidV1::getDateTime().

Return values
DateTimeInterface

getLeastSignificantBitsHex()

public getLeastSignificantBitsHex() : string
Tags
deprecated

This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex().

Return values
string

getMostSignificantBitsHex()

public getMostSignificantBitsHex() : string
Tags
deprecated

This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex().

Return values
string

Search results