BigNumberTimeConverter
class BigNumberTimeConverter implements TimeConverterInterface (View source)
BigNumberTimeConverter uses the moontoast/math library's BigNumber
to
provide facilities for converting parts of time into representations that may
be used in UUIDs
Methods
string[]
calculateTime(string $seconds, string $microSeconds)
Uses the provided seconds and micro-seconds to calculate the time_low, time_mid, and time_high fields used by RFC 4122 version 1 UUIDs
Details
at line 36
string[]
calculateTime(string $seconds, string $microSeconds)
Uses the provided seconds and micro-seconds to calculate the time_low, time_mid, and time_high fields used by RFC 4122 version 1 UUIDs