Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface TimeConverterInterface
+ Graphe d'héritage de TimeConverterInterface:

Fonctions membres publiques

 calculateTime ($seconds, $microSeconds)
 

Description détaillée

TimeConverterInterface provides facilities for converting parts of time into representations that may be used in UUIDs

Documentation des fonctions membres

◆ calculateTime()

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

Paramètres
string$seconds
string$microSeconds
Renvoie
string[] An array guaranteed to contain low, mid, and hi keys
Exceptions
UnsatisfiedDependencyExceptionif called on a 32-bit system and Moontoast\Math\BigNumber is not present http://tools.ietf.org/html/rfc4122#section-4.2.2

Implémenté dans BigNumberTimeConverter, DegradedTimeConverter, et PhpTimeConverter.


La documentation de cette interface a été générée à partir du fichier suivant :