Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PhpTimeConverter
+ Graphe d'héritage de PhpTimeConverter:

Fonctions membres publiques

 calculateTime ($seconds, $microSeconds)
 

Description détaillée

PhpTimeConverter uses built-in PHP functions and standard math operations available to the PHP programming language to provide 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 containing low, mid, and high keys http://tools.ietf.org/html/rfc4122#section-4.2.2

Implémente TimeConverterInterface.


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