Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
calculateTime ($seconds, $microSeconds) | |
BigNumberTimeConverter uses the moontoast/math library's BigNumber
to provide facilities for converting parts of time into representations that may be used in UUIDs
calculateTime | ( | $seconds, | |
$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
string | $seconds | |
string | $microSeconds |
low
, mid
, and high
keys http://tools.ietf.org/html/rfc4122#section-4.2.2Implémente TimeConverterInterface.